mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 14:07:58 +00:00
Log where the model was found
This commit is contained in:
parent
b6b21441c7
commit
4de8f991f9
@ -90,7 +90,7 @@ class GPT4All():
|
|||||||
if os.path.exists(model_path):
|
if os.path.exists(model_path):
|
||||||
model_dest = os.path.join(model_path, model_filename).replace("\\", "\\\\")
|
model_dest = os.path.join(model_path, model_filename).replace("\\", "\\\\")
|
||||||
if os.path.exists(model_dest):
|
if os.path.exists(model_dest):
|
||||||
print("Found model file.")
|
print("Found model file at ", model_dest)
|
||||||
return model_dest
|
return model_dest
|
||||||
|
|
||||||
# If model file does not exist, download
|
# If model file does not exist, download
|
||||||
|
Loading…
Reference in New Issue
Block a user