Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|