jjiaweiyang commited on
Commit
dd8f07c
·
verified ·
1 Parent(s): d7114f3

Update model card download command

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -76,13 +76,13 @@ data/
76
  Install the Hugging Face CLI:
77
 
78
  ```bash
79
- pip install -U "huggingface_hub[cli]"
80
  ```
81
 
82
  Download all checkpoints and data files into a clone of the code repository:
83
 
84
  ```bash
85
- huggingface-cli download jjiaweiyang/FD-Loss \
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
- huggingface-cli download jjiaweiyang/FD-Loss \
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/**"