Views
No views yet
oQ8 mixed-precision MLX quantization of
stepfun-ai/Step-3.7-Flash.| Field | Value |
|---|---|
| Method | oMLX oQ mixed-precision MLX |
| Quantization | oQ8 |
| Base model revision | 5f6244077ac62e04eec3f320501ff8c2b293373a |
| Model type | step3p7 / step3p5 text backbone |
| Group size | 64 |
| Quantization mode | affine |
| Base bits | 8 |
| Effective plan | 8.57 bpw |
| Output shards | 36 safetensors |
| Output size | 198.6 GiB |
| Non-quantized/scales dtype | bfloat16 |
| Vision weights | preserved |
| Native MTP weights | not present in upstream weights |
text_config declares num_nextn_predict_layers=3, but the published safetensors index does not contain mtp.* weights, so oMLX keeps the quantized output self-consistent with Native MTP disabled.1source model: stepfun-ai/Step-3.7-Flash
2source revision: 5f6244077ac62e04eec3f320501ff8c2b293373a
3quantization: oQ8
4config.json: present
5model.safetensors.index.json: present
6safetensor shards: 36
7vision tensors: present
8mtp tensors: not present1huggingface-cli download \
2 --local-dir Step-3.7-Flash-oQ8-MLX \
3 dawncr0w/Step-3.7-Flash-oQ8-MLX1python -m mlx_lm generate \
2 --model /path/to/Step-3.7-Flash-oQ8-MLX \
3 --prompt "Hello" \
4 --max-tokens 32 \
5 --temp 0image-text-to-text models and pass the model directory as the local checkpoint.