Spaces:
Sleeping
Sleeping
Update qabot.py
Browse files
qabot.py
CHANGED
|
@@ -17,8 +17,7 @@ from huggingface_hub import hf_hub_download
|
|
| 17 |
|
| 18 |
model_file = hf_hub_download(
|
| 19 |
repo_id="Pudding48/TinyLlamaTest", # 🟢 This must be a model repo, not a Space
|
| 20 |
-
filename="tinyllama-1.1b-chat-v1.0.Q8_0.gguf"
|
| 21 |
-
cache_dir="model"
|
| 22 |
)
|
| 23 |
|
| 24 |
# Vector store location
|
|
|
|
| 17 |
|
| 18 |
model_file = hf_hub_download(
|
| 19 |
repo_id="Pudding48/TinyLlamaTest", # 🟢 This must be a model repo, not a Space
|
| 20 |
+
filename="tinyllama-1.1b-chat-v1.0.Q8_0.gguf"
|
|
|
|
| 21 |
)
|
| 22 |
|
| 23 |
# Vector store location
|