Reword subset-download lead-in
Browse files
README.md
CHANGED
|
@@ -31,7 +31,8 @@ hf download dkarageo/sidbench --local-dir weights
|
|
| 31 |
This yields `./weights/<method>/<checkpoint>`, matching the default `--ckpt` paths in
|
| 32 |
`options/options.py` and `models/models.py`.
|
| 33 |
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
```bash
|
| 37 |
# UnivFD only (4.1 kB)
|
|
|
|
| 31 |
This yields `./weights/<method>/<checkpoint>`, matching the default `--ckpt` paths in
|
| 32 |
`options/options.py` and `models/models.py`.
|
| 33 |
|
| 34 |
+
If you would like to run only a subset of the models, download just what they need, with
|
| 35 |
+
one `--include` per pattern:
|
| 36 |
|
| 37 |
```bash
|
| 38 |
# UnivFD only (4.1 kB)
|