Update README.md
Browse files
README.md
CHANGED
@@ -140,17 +140,17 @@ It shoud handle 16-25k context window, maybe 32k.
|
|
140 |
I recommend using the `huggingface-hub` Python library:
|
141 |
|
142 |
> [!TIP]
|
143 |
-
>
|
144 |
> ```shell
|
145 |
> pip3 install huggingface-hub
|
146 |
> ```
|
147 |
|
148 |
To download the `main` branch to a folder called `IceDrunkenCherryRP-7b`:
|
149 |
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
|
|
154 |
|
155 |
<details>
|
156 |
<summary>More advanced huggingface-cli download usage</summary>
|
|
|
140 |
I recommend using the `huggingface-hub` Python library:
|
141 |
|
142 |
> [!TIP]
|
|
|
143 |
> ```shell
|
144 |
> pip3 install huggingface-hub
|
145 |
> ```
|
146 |
|
147 |
To download the `main` branch to a folder called `IceDrunkenCherryRP-7b`:
|
148 |
|
149 |
+
> [!TIP]
|
150 |
+
> ```shell
|
151 |
+
> mkdir IceDrunkenCherryRP-7b
|
152 |
+
> huggingface-cli download icefog72/IceDrunkenCherryRP-7b --local-dir IceDrunkenCherryRP-7b --local-dir-use-symlinks False
|
153 |
+
> ```
|
154 |
|
155 |
<details>
|
156 |
<summary>More advanced huggingface-cli download usage</summary>
|