Spaces:
Sleeping
Sleeping
Update prepare_vector_dp.py
Browse files- prepare_vector_dp.py +1 -2
prepare_vector_dp.py
CHANGED
@@ -19,8 +19,7 @@ vector_dp_path = "vectorstores/db_faiss"
|
|
19 |
|
20 |
model_file = hf_hub_download(
|
21 |
repo_id="Pudding48/TinyLlamaTest", # 🟢 This must be a model repo, not a Space
|
22 |
-
filename="tinyllama-1.1b-chat-v1.0.Q8_0.gguf"
|
23 |
-
cache_dir="model"
|
24 |
)
|
25 |
|
26 |
# Ham 1. Tao ra vector DB tu 1 doan text
|
|
|
19 |
|
20 |
model_file = hf_hub_download(
|
21 |
repo_id="Pudding48/TinyLlamaTest", # 🟢 This must be a model repo, not a Space
|
22 |
+
filename="tinyllama-1.1b-chat-v1.0.Q8_0.gguf"
|
|
|
23 |
)
|
24 |
|
25 |
# Ham 1. Tao ra vector DB tu 1 doan text
|