Download model config with checkpoint
Browse files
README.md
CHANGED
|
@@ -96,16 +96,14 @@ Accept the access terms on the [Gemma 3 12B IT model page](https://huggingface.c
|
|
| 96 |
|
| 97 |
### TaoMate Checkpoint
|
| 98 |
|
| 99 |
-
Download the TaoMate checkpoint and release manifest from [TaoLiveAIGC/TaoMate](https://huggingface.co/TaoLiveAIGC/TaoMate):
|
| 100 |
|
| 101 |
```bash
|
| 102 |
-
hf download TaoLiveAIGC/TaoMate
|
| 103 |
-
|
| 104 |
-
hf download TaoLiveAIGC/TaoMate manifest.json \
|
| 105 |
--local-dir models/taomate
|
| 106 |
|
| 107 |
-
|
| 108 |
-
| sha256sum --check
|
| 109 |
test -s models/taomate/manifest.json
|
| 110 |
```
|
| 111 |
|
|
|
|
| 96 |
|
| 97 |
### TaoMate Checkpoint
|
| 98 |
|
| 99 |
+
Download the TaoMate checkpoint, model config, and release manifest from [TaoLiveAIGC/TaoMate](https://huggingface.co/TaoLiveAIGC/TaoMate):
|
| 100 |
|
| 101 |
```bash
|
| 102 |
+
hf download TaoLiveAIGC/TaoMate \
|
| 103 |
+
model.pt config.json manifest.json \
|
|
|
|
| 104 |
--local-dir models/taomate
|
| 105 |
|
| 106 |
+
test -s models/taomate/config.json
|
|
|
|
| 107 |
test -s models/taomate/manifest.json
|
| 108 |
```
|
| 109 |
|