Whalswp commited on
Commit
6a4179c
·
verified ·
1 Parent(s): 09d54de

Add local-dir example for checkpoint download

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,7 +9,9 @@ license: other
9
  To download only the checkpoint folders from this repo:
10
 
11
  ```bash
12
- hf download Whalswp/Atomic26_baseline --repo-type model --include "checkpoint-60000/*"
13
  ```
14
 
 
 
15
  If you want a different checkpoint, replace `checkpoint-60000` with the folder you need.
 
9
  To download only the checkpoint folders from this repo:
10
 
11
  ```bash
12
+ hf download Whalswp/Atomic26_baseline --repo-type model --include "checkpoint-60000/*" --local-dir ./Atomic26_baseline
13
  ```
14
 
15
+ This will create files under `./Atomic26_baseline/checkpoint-60000/`.
16
+
17
  If you want a different checkpoint, replace `checkpoint-60000` with the folder you need.