agnJason commited on
Commit
66c1748
·
1 Parent(s): b0cf958

Download model config with checkpoint

Browse files
Files changed (1) hide show
  1. README.md +4 -6
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 model.pt \
103
- --local-dir models/taomate
104
- hf download TaoLiveAIGC/TaoMate manifest.json \
105
  --local-dir models/taomate
106
 
107
- echo "fb2b0ec8b709cfb27400c928930ab982940489fea6893e423851c41b8deb39be models/taomate/model.pt" \
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