johnrachwanpruna commited on
Commit
8067570
1 Parent(s): 666c0d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -83,14 +83,14 @@ pip3 install huggingface-hub
83
  ```
84
  - **Step 2**: Then you can download any individual model file to the current directory, at high speed, with a command like this:
85
  ```shell
86
- huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
87
  ```
88
  <details>
89
  <summary>More advanced huggingface-cli download usage (click to read)</summary>
90
  Alternatively, you can also download multiple files at once with a pattern:
91
 
92
  ```shell
93
- huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed-smashed --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
  ```
95
 
96
  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).
@@ -104,7 +104,7 @@ pip3 install hf_transfer
104
  And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
105
 
106
  ```shell
107
- HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
108
  ```
109
 
110
  Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
 
83
  ```
84
  - **Step 2**: Then you can download any individual model file to the current directory, at high speed, with a command like this:
85
  ```shell
86
+ huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
87
  ```
88
  <details>
89
  <summary>More advanced huggingface-cli download usage (click to read)</summary>
90
  Alternatively, you can also download multiple files at once with a pattern:
91
 
92
  ```shell
93
+ huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
  ```
95
 
96
  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).
 
104
  And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
105
 
106
  ```shell
107
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download PrunaAI/Phi-3-mini-128k-instruct-GGUF-smashed Phi-3-mini-128k-instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
108
  ```
109
 
110
  Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.