Add local-dir example for checkpoint download
Browse files
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.
|