Update model card download command
Browse files
README.md
CHANGED
|
@@ -76,13 +76,13 @@ data/
|
|
| 76 |
Install the Hugging Face CLI:
|
| 77 |
|
| 78 |
```bash
|
| 79 |
-
pip install -U
|
| 80 |
```
|
| 81 |
|
| 82 |
Download all checkpoints and data files into a clone of the code repository:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
-
|
| 86 |
--local-dir . \
|
| 87 |
--include "checkpoints/**/*.pth" \
|
| 88 |
--include "data/**"
|
|
@@ -91,7 +91,7 @@ huggingface-cli download jjiaweiyang/FD-Loss \
|
|
| 91 |
For released-checkpoint evaluation only:
|
| 92 |
|
| 93 |
```bash
|
| 94 |
-
|
| 95 |
--local-dir . \
|
| 96 |
--include "checkpoints/post-trained/*.pth" \
|
| 97 |
--include "data/**"
|
|
|
|
| 76 |
Install the Hugging Face CLI:
|
| 77 |
|
| 78 |
```bash
|
| 79 |
+
pip install -U huggingface_hub
|
| 80 |
```
|
| 81 |
|
| 82 |
Download all checkpoints and data files into a clone of the code repository:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
+
hf download jjiaweiyang/FD-Loss \
|
| 86 |
--local-dir . \
|
| 87 |
--include "checkpoints/**/*.pth" \
|
| 88 |
--include "data/**"
|
|
|
|
| 91 |
For released-checkpoint evaluation only:
|
| 92 |
|
| 93 |
```bash
|
| 94 |
+
hf download jjiaweiyang/FD-Loss \
|
| 95 |
--local-dir . \
|
| 96 |
--include "checkpoints/post-trained/*.pth" \
|
| 97 |
--include "data/**"
|