This commit is contained in:
oobabooga 2023-09-11 07:57:38 -07:00
parent 92f3cd624c
commit df52dab67b
4 changed files with 4 additions and 4 deletions

View file

@ -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)