Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -123,9 +123,8 @@ export QWEN_OMNI_MODEL_PATH=/path/to/Qwen2.5-Omni-7B
|
|
| 123 |
|
| 124 |
### 4. Download checkpoints (this repo)
|
| 125 |
|
| 126 |
-
```
|
| 127 |
-
|
| 128 |
-
snapshot_download(repo_id="jac22/UNISON", local_dir="checkpoints")
|
| 129 |
```
|
| 130 |
|
| 131 |
This produces:
|
|
|
|
| 123 |
|
| 124 |
### 4. Download checkpoints (this repo)
|
| 125 |
|
| 126 |
+
```bash
|
| 127 |
+
hf download jac22/UNISON --local-dir checkpoints
|
|
|
|
| 128 |
```
|
| 129 |
|
| 130 |
This produces:
|