Update ckpt download command
Browse files
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:
|