MaziyarPanahi
commited on
Commit
•
71b2adc
1
Parent(s):
9c70c1e
Update README.md (#1)
Browse files- Update README.md (4e479f3a73a41d17324ac417eea88d9b8a6c6aa0)
README.md
CHANGED
@@ -93,10 +93,11 @@ pip3 install huggingface-hub
|
|
93 |
```
|
94 |
|
95 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
96 |
-
|
97 |
```shell
|
98 |
-
huggingface-cli download [MaziyarPanahi/phi-2-GGUF](https://huggingface.co/MaziyarPanahi/phi-2-GGUF) phi-2-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
99 |
```
|
|
|
100 |
|
101 |
<details>
|
102 |
<summary>More advanced huggingface-cli download usage (click to read)</summary>
|
|
|
93 |
```
|
94 |
|
95 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
96 |
+
|
97 |
```shell
|
98 |
+
huggingface-cli download [MaziyarPanahi/phi-2-GGUF](https://huggingface.co/MaziyarPanahi/phi-2-GGUF) phi-2-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
99 |
```
|
100 |
+
</details>
|
101 |
|
102 |
<details>
|
103 |
<summary>More advanced huggingface-cli download usage (click to read)</summary>
|