Lint
This commit is contained in:
parent
92f3cd624c
commit
df52dab67b
4 changed files with 4 additions and 4 deletions
|
@ -125,7 +125,7 @@ class ModelDownloader:
|
|||
if base_folder is None:
|
||||
base_folder = 'models' if not is_lora else 'loras'
|
||||
|
||||
# If the model is of type GGUF or GGML, save directly in the base_folder
|
||||
# If the model is of type GGUF, save directly in the base_folder
|
||||
if is_llamacpp:
|
||||
return Path(base_folder)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue