dkarageo commited on
Commit
11e0612
·
verified ·
1 Parent(s): b0d7247

Reword subset-download lead-in

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- Subsets, with one `--include` per pattern:
 
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)