Severian commited on
Commit
77caa3f
·
1 Parent(s): 249de6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "models"
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