icefog72 commited on
Commit
4be16a3
·
verified ·
1 Parent(s): f62d886

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- ```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>
 
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>