Video-to-Video
weather
precipitation
nowcasting
ragor commited on
Commit
9a982b7
·
verified ·
1 Parent(s): cb18f98

Update ckpt download command

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ cd weather-rf
60
  Download the model weights from 🤗 huggingface:
61
 
62
  ```bash
63
- hf download CompVis/weather-rf --local-dir ckpts
64
  ```
65
 
66
  3. Create a Python environment and install dependencies:
 
60
  Download the model weights from 🤗 huggingface:
61
 
62
  ```bash
63
+ hf download CompVis/weather-rf --include "*.pt" --local-dir ckpts
64
  ```
65
 
66
  3. Create a Python environment and install dependencies: