jcbtc commited on
Commit
06b5bde
·
verified ·
1 Parent(s): dce6ec4

Add model card

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -159,12 +159,35 @@ This repo also includes the tested chat/tool template:
159
  step37-native-tool-response-template.jinja
160
  ```
161
 
162
- Download it from the Files tab or directly from:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
 
164
  ```text
165
  https://huggingface.co/jcbtc/Step-3.7-Flash-ROCmFPX-Q3-QualityPlus/resolve/main/step37-native-tool-response-template.jinja
166
  ```
167
 
 
 
 
 
 
 
168
  ## Required ROCmFPX Runner
169
 
170
  This model is tied to the Charlie/Ciru ROCmFPX llama.cpp runner family. A stock `llama-server` will not understand the ROCmFPX tensor types in these shards and will not reproduce the MTP serving behavior used for the benchmark rows.
 
159
  step37-native-tool-response-template.jinja
160
  ```
161
 
162
+ Download the target shards and template:
163
+
164
+ ```bash
165
+ huggingface-cli download jcbtc/Step-3.7-Flash-ROCmFPX-Q3-QualityPlus \
166
+ --include "Step-3.7-Flash-ROCmFPX-Q3-QualityPlus-*.gguf" \
167
+ --include "step37-native-tool-response-template.jinja" \
168
+ --local-dir /mnt/models/jcbtc-Step-3.7-Flash-ROCmFPX-Q3-QualityPlus
169
+ ```
170
+
171
+ Download the required Q8 MTP draft:
172
+
173
+ ```bash
174
+ huggingface-cli download notSnix/Step-3.7-Flash-MTP-Draft-GGUF \
175
+ Step-3.7-Flash-MTP-Q8_0.gguf \
176
+ --local-dir /mnt/models/notSnix-Step-3.7-Flash-MTP-Draft-GGUF
177
+ ```
178
+
179
+ Direct template URL:
180
 
181
  ```text
182
  https://huggingface.co/jcbtc/Step-3.7-Flash-ROCmFPX-Q3-QualityPlus/resolve/main/step37-native-tool-response-template.jinja
183
  ```
184
 
185
+ Direct Q8 draft URL:
186
+
187
+ ```text
188
+ https://huggingface.co/notSnix/Step-3.7-Flash-MTP-Draft-GGUF/resolve/main/Step-3.7-Flash-MTP-Q8_0.gguf
189
+ ```
190
+
191
  ## Required ROCmFPX Runner
192
 
193
  This model is tied to the Charlie/Ciru ROCmFPX llama.cpp runner family. A stock `llama-server` will not understand the ROCmFPX tensor types in these shards and will not reproduce the MTP serving behavior used for the benchmark rows.