None1145 commited on
Commit
5c8a464
·
verified ·
1 Parent(s): b3a9a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ For more information on `huggingface_hub` Inference API support, please check th
21
  repo_id = "None1145/ChatGLM3-6B-Theresa-GGML"
22
  filename = "ChatGLM3-6B-Theresa-GGML-Q4_0.bin"
23
 
24
- huggingface_hub.hf_hub_download(repo_id=repo_id, filename=filename, local_dir="./Models")
25
  list_files_tree("./Models")
26
  import time
27
  time.sleep(10)
 
21
  repo_id = "None1145/ChatGLM3-6B-Theresa-GGML"
22
  filename = "ChatGLM3-6B-Theresa-GGML-Q4_0.bin"
23
 
24
+ hf_hub_download(repo_id=repo_id, filename=filename, local_dir="./Models")
25
  list_files_tree("./Models")
26
  import time
27
  time.sleep(10)