Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ pip3 install huggingface-hub
|
|
111 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
112 |
|
113 |
```shell
|
114 |
-
huggingface-cli download TheBloke/Mixtral-8x7B-v0.1-GGUF mixtral-8x7b-v0.1.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
115 |
```
|
116 |
|
117 |
<details>
|
@@ -120,7 +120,7 @@ huggingface-cli download TheBloke/Mixtral-8x7B-v0.1-GGUF mixtral-8x7b-v0.1.Q4_K_
|
|
120 |
You can also download multiple files at once with a pattern:
|
121 |
|
122 |
```shell
|
123 |
-
huggingface-cli download TheBloke/Mixtral-8x7B-v0.1-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
124 |
```
|
125 |
|
126 |
For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
|
|
|
111 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
112 |
|
113 |
```shell
|
114 |
+
huggingface-cli download TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
115 |
```
|
116 |
|
117 |
<details>
|
|
|
120 |
You can also download multiple files at once with a pattern:
|
121 |
|
122 |
```shell
|
123 |
+
huggingface-cli download TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
124 |
```
|
125 |
|
126 |
For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
|