Views
No views yet
self_attn) and the routed MoE experts.
The MoE router (mlp.gate) and lm_head are kept in the original precision.QuarkW8A8Int8MoEMethod), which dispatches through the modular Triton INT8 MoE
kernel. It is not intended to produce meaningful text.Note: the router (mlp.gate) is intentionally left in bf16. Its weight is[num_experts, hidden]andnum_experts(8) is not a multiple of 16, which would trip AITER's INT8 linear-kernel shape assertion. Routers are normally left in high precision anyway.
qwen3_moe model. Attention and routed experts are
quantized; mlp.gate and lm_head are excluded. vocab_size matches the
tokenizer so token ids stay within the embedding table.vllm serve amd/tiny-qwen3-moe-w8a8-int8 --enforce-eager