Update main.py
Browse files
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 |
|