The 8-bit critical tier matters on this dense 27B because (a) the 16 full-attention layers carry most of the signal and (b) the q_proj is fused with a swish output gate — activations flowing through sigmoid(gate) are noise-sensitive near the transition zone.
Pick JANG_4M when you want the smallest JANG bundle that still protects attention precision. Pick the MXFP4 build (14 GB) when you want uniform 4-bit and don't mind attention being 4-bit too. Pick JANG_Q8 for bit-identical BF16 fidelity.
The 4-frame RGBY video encodes as 2 temporal patches via temporal_patch_size=2, which the model perceives as a 2-region color composition — identical behavior to the BF16 source and JANG_Q8. This is not a quant artifact.
Both quants evaluated on the same 200-question slice of MMLU with enable_thinking=False (direct answer, no <think> preamble). Same prompts, same greedy decode, same extraction.
Subject
MXFP4
JANG_4M
Δ (JANG − MXFP4)
abstract_algebra
12/20 (60.0%)
15/20 (75.0%)
+3
anatomy
18/20 (90.0%)
16/20 (80.0%)
-2
astronomy
20/20 (100.0%)
19/20 (95.0%)
-1
college_computer_science
16/20 (80.0%)
16/20 (80.0%)
0
college_physics
15/20 (75.0%)
15/20 (75.0%)
0
high_school_biology
19/20 (95.0%)
19/20 (95.0%)
0
high_school_chemistry
16/20 (80.0%)
15/20 (75.0%)
-1
high_school_mathematics
12/20 (60.0%)
14/20 (70.0%)
+2
logical_fallacies
20/20 (100.0%)
19/20 (95.0%)
-1
world_religions
19/20 (95.0%)
17/20 (85.0%)
-2
Total
167/200 (83.5%)
165/200 (82.5%)
−1.0 pp
Both quants are strong baselines on reasoning-OFF MMLU. MXFP4 edges ahead by 1 pp overall. JANG_4M wins on the harder math-heavy subjects (abstract_algebra +3, high_school_mathematics +2) — plausibly because the 8-bit full-attention projections carry more signal on multi-step symbolic chains. MXFP4 wins on rote-recall subjects (anatomy, world_religions) by ~2 each, closer to ties on factual/scientific subjects.
Reasoning ON: not yet measured. Qwen 3.6 is a reasoning-optional model — with enable_thinking=True the model generates a <think>…</think> block before answering, which typically lifts MMLU significantly. Reasoning-ON benchmarks for both quants are planned as a follow-up.
Hardware notes
17.5 GB weights on disk; once loaded, expect ~18–22 GB resident plus KV cache.
Mac
Works?
Notes
24 GB unified
⚠️
Text + image tight; no video
32 GB unified
✅
Comfortable for text + image + short video
48 GB+ unified
✅
Full context + VL + video
Citation
bibtex
1@misc{qwen2026qwen36,
2 title = {Qwen3.6-Plus: Towards Real World Agents},
3 author = {Qwen Team},
4 year = {2026},
5 url = {https://qwen.ai/blog?id=qwen3.6}
6}