Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ description = """
|
|
8 |
ANIMA (Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.
|
9 |
"""
|
10 |
|
11 |
-
model_path = "
|
12 |
model_name = "anima-phi-neptune-mistral-7b.Q2_K.gguf"
|
13 |
hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
|
14 |
|
|
|
8 |
ANIMA (Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.
|
9 |
"""
|
10 |
|
11 |
+
model_path = "Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf"
|
12 |
model_name = "anima-phi-neptune-mistral-7b.Q2_K.gguf"
|
13 |
hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
|
14 |
|