tidalove commited on
Commit
ed3f9a2
·
verified ·
1 Parent(s): f29184d

Model card: exclude the raw tar from the weights download

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ pip install torchcodec && pip install -e .[all]
61
  export MOLMO_DATA_DIR=./data
62
  python -m scripts.download_datasets cfc --n-procs 8
63
 
64
- hf download tidalove/Molmo2Fish --local-dir Molmo2Fish-HF/step420-hf
65
  python launch_scripts/hf_eval.py Molmo2Fish-HF/step420-hf \
66
  cfc_hf_correction_molmo_low_full_eval_2fps
67
  ```
 
61
  export MOLMO_DATA_DIR=./data
62
  python -m scripts.download_datasets cfc --n-procs 8
63
 
64
+ hf download tidalove/Molmo2Fish --exclude "*.tar" --local-dir Molmo2Fish-HF/step420-hf
65
  python launch_scripts/hf_eval.py Molmo2Fish-HF/step420-hf \
66
  cfc_hf_correction_molmo_low_full_eval_2fps
67
  ```