Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ description = """
|
|
12 |
"""
|
13 |
|
14 |
model_path = "Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf"
|
15 |
-
model_name = "anima-phi-neptune-mistral-7b.
|
16 |
hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
|
17 |
|
18 |
print("Start the model init process")
|
|
|
12 |
"""
|
13 |
|
14 |
model_path = "Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf"
|
15 |
+
model_name = "anima-phi-neptune-mistral-7b.Q2_K.gguf"
|
16 |
hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
|
17 |
|
18 |
print("Start the model init process")
|