omkar56 commited on
Commit
1fb30dc
1 Parent(s): ffca9d5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  [Mistral-instruct-v0.1 System prompt](https://docs.mistral.ai/usage/guardrailing)
10
  """
11
 
12
- model_path = "models"
13
  model_name = "mistral-7b-instruct-v0.1.Q4_K_M.gguf"
14
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
15
 
 
9
  [Mistral-instruct-v0.1 System prompt](https://docs.mistral.ai/usage/guardrailing)
10
  """
11
 
12
+ model_path = "models/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
13
  model_name = "mistral-7b-instruct-v0.1.Q4_K_M.gguf"
14
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
15