Pudding48 commited on
Commit
462d75e
·
verified ·
1 Parent(s): 99b5ad1

Update qabot.py

Browse files
Files changed (1) hide show
  1. qabot.py +1 -2
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