Views
No views yet
float8_e4m3fn), block-wise [128, 128] scales (weight_scale_inv).quant_method: fp8, weight_block_size: [128,128], activation_scheme: dynamic.lm_head, embeddings, norms, and the SSM parameters (conv1d, in_proj_a/b, A_log, dt_bias) are kept in higher precision.--tasks mmlu, 5-shot, full test set, vLLM)| Model | MMLU acc |
|---|---|
| This model (block-wise FP8) | 0.8445 ± 0.0030 |
| Qwen/Qwen3.6-27B-FP8 (reference) | 0.8428 ± 0.0030 |
eval/.1from vllm import LLM
2llm = LLM(model="IKilledBardia/Qwen3.6-27B-FP8-unsloth", trust_remote_code=True)Requires a vLLM build that supportsQwen3_5ForConditionalGenerationand is compiled against your CUDA runtime (e.g. vLLM 0.19.1 for CUDA 12.8).
qwen3_5 execution path
mishandles the per-tensor FP8 format for this hybrid architecture, collapsing MMLU to
random (0.2325). Re-exporting in the block-wise [128,128] FP8 format above restores
full quality.