Views
No views yet
ffn_*_shexp) are kept at a high precision (Q6_K or Q8_0 depending on profile) across the whole stack, while the 288 routed experts (ffn_*_exps) follow the layer-wise gradient.I- variants additionally use an importance matrix (imatrix) computed on a calibration mix — quantization noise is preferentially placed in directions the calibration data shows are least active.| File | Base | Profile | Size | Notes |
|---|---|---|---|---|
Step-3.7-Flash-APEX-I-Quality.gguf | Q6_K | quality + imatrix | 123 GB | highest fidelity |
Step-3.7-Flash-APEX-I-Balanced.gguf | Q5_K | balanced + imatrix | 141 GB | recommended |
Step-3.7-Flash-APEX-I-Compact.gguf | Q4_K | compact + imatrix | 90 GB | best size/quality tradeoff |
Step-3.7-Flash-APEX-I-Mini.gguf | Q3_K | mini + imatrix | 73 GB | smallest with imatrix |
Step-3.7-Flash-APEX-Quality.gguf | Q6_K | quality | 123 GB | no-imatrix |
Step-3.7-Flash-APEX-Balanced.gguf | Q5_K | balanced | 141 GB | no-imatrix |
Step-3.7-Flash-APEX-Compact.gguf | Q4_K | compact | 90 GB | no-imatrix |
mmproj-step3.7-flash-f16.gguf | F16 | vision tower | 4.0 GB | mirrored from StepFun, pair with any of the above for VLM use |
imatrix.dat | — | — | 466 MB | importance matrix (BF16-derived) |
imatrix.dat is the same matrix used to produce the I- files above. It is published so you can apply it yourself to any other quantization of the same BF16 weights without re-running calibration.mmproj is the vision tower in F16, mirrored as-is from stepfun-ai/Step-3.7-Flash-GGUF. Pair it with any of the language-tower files above (--mmproj mmproj-step3.7-flash-f16.gguf in llama.cpp) to run image+text inference.llama-imatrix on a calibration mix and published here as imatrix.dat.llama-quantize --tensor-type-file (with --imatrix imatrix.dat for the I- variants).Step3p7ForConditionalGeneration) is mapped to the existing STEP35 arch at GGUF level: the convert script registers the Step-3.7 architecture and tokenizer hash, while runtime/quantize uses the standard step35 compute graph.stepfun-ai/Step-3.7-Flash.