Samuel L Meyers commited on
Commit
2205003
·
1 Parent(s): 5552e63
Files changed (1) hide show
  1. code/app.py +1 -1
code/app.py CHANGED
@@ -12,7 +12,7 @@ import json
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
- model_path = "starling-lm-7b-alpha.Q6_K.gguf"
16
 
17
  mdlpath = hf_hub_download(repo_id="TheBloke/Starling-LM-7B-alpha-GGUF", filename=model_path)
18
 
 
12
 
13
  from huggingface_hub import hf_hub_download
14
 
15
+ model_path = "./starling-lm-7b-alpha.Q6_K.gguf"
16
 
17
  mdlpath = hf_hub_download(repo_id="TheBloke/Starling-LM-7B-alpha-GGUF", filename=model_path)
18