217 files
This commit is contained in:
@@ -88,7 +88,7 @@ class LocalLoader(Loader):
|
||||
|
||||
return found_models
|
||||
|
||||
async def load_model(self, manufacturer: str, model: str) -> tuple[dict, str] | None:
|
||||
async def load_model(self, manufacturer: str, model: str) -> tuple[dict[str, Any], str] | None:
|
||||
"""Load a model.json file from disk for a given manufacturer.lower() and model.lower()
|
||||
by querying the custom library.
|
||||
If self._is_custom_directory == true model.json will be loaded directly from there.
|
||||
|
||||
Reference in New Issue
Block a user