Views
No views yet
oQ2 mixed-precision MLX quantization of
stepfun-ai/Step-3.7-Flash.| Field | Value |
|---|---|
| Method | oMLX oQ mixed-precision MLX |
| Quantization | oQ2 |
| Base model revision | 5f6244077ac62e04eec3f320501ff8c2b293373a |
| Model type | step3p7 / step3p5 text backbone |
| Group size | 64 |
| Quantization mode | affine |
| Base bits | 2 |
| Effective plan | 3.12 bpw |
| Output shards | 14 safetensors |
| Output size | 65.7 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: oQ2
4config.json: present
5model.safetensors.index.json: present
6safetensor shards: 14
7vision tensors: present
8mtp tensors: not present1huggingface-cli download \
2 --local-dir Step-3.7-Flash-oQ2-MLX \
3 dawncr0w/Step-3.7-Flash-oQ2-MLX1python -m mlx_lm generate \
2 --model /path/to/Step-3.7-Flash-oQ2-MLX \
3 --prompt "Hello" \
4 --max-tokens 32 \
5 --temp 0image-text-to-text models and pass the model directory as the local checkpoint.