Update README.md
Browse files
README.md
CHANGED
@@ -175,7 +175,7 @@ pip3 install hf_transfer
|
|
175 |
And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
|
176 |
|
177 |
```shell
|
178 |
-
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download
|
179 |
```
|
180 |
|
181 |
Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
|
|
|
175 |
And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
|
176 |
|
177 |
```shell
|
178 |
+
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download infosys/NT-Java-1.1B-GGUF NT-Java-1.1B_Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
179 |
```
|
180 |
|
181 |
Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
|