Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,22 +59,20 @@ Run them directly with [llama.cpp](https://github.com/ggml-org/llama.cpp), or an
|
|
59 |
<details>
|
60 |
<summary>Click to view download instructions</summary>
|
61 |
First, make sure you have hugginface-cli installed:
|
|
|
62 |
```
|
63 |
pip install -U "huggingface_hub[cli]"
|
64 |
|
65 |
-
```
|
66 |
Then, you can target the specific file you want:
|
67 |
|
68 |
```
|
69 |
huggingface-cli download {new_repo_url} --include "{gguf_files[0][0]}" --local-dir ./
|
70 |
|
71 |
-
```
|
72 |
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
73 |
|
74 |
```
|
75 |
huggingface-cli download {new_repo_url} --include "{gguf_files[0][0]}/*" --local-dir ./
|
76 |
|
77 |
-
```
|
78 |
You can either specify a new local-dir (deepseek-ai_DeepSeek-V3-0324-Q8_0) or download them all in place (./)
|
79 |
|
80 |
</details>
|
|
|
59 |
<details>
|
60 |
<summary>Click to view download instructions</summary>
|
61 |
First, make sure you have hugginface-cli installed:
|
62 |
+
|
63 |
```
|
64 |
pip install -U "huggingface_hub[cli]"
|
65 |
|
|
|
66 |
Then, you can target the specific file you want:
|
67 |
|
68 |
```
|
69 |
huggingface-cli download {new_repo_url} --include "{gguf_files[0][0]}" --local-dir ./
|
70 |
|
|
|
71 |
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
72 |
|
73 |
```
|
74 |
huggingface-cli download {new_repo_url} --include "{gguf_files[0][0]}/*" --local-dir ./
|
75 |
|
|
|
76 |
You can either specify a new local-dir (deepseek-ai_DeepSeek-V3-0324-Q8_0) or download them all in place (./)
|
77 |
|
78 |
</details>
|