Views
No views yet
fp_awq mixed-precision
recipe (MIXED_PRECISION): NVFP4 (E2M1, group 16) on most projections,
MXFP8 (E4M3, group 32) on the higher-sensitivity set (v_proj,
down_proj, lm_head), norms in bf16 — 18.3 GiB versus 52 GiB for the bf16
export. Grab it and serve it directly by repo id; no conversion step needed.meta-models/Muse-Glimmer-30B (Muse Glimmer bf16 export)fp_awq hand-off packed with the SGLang fork's
convert_fp_awq_to_hf.py (default flags — the recipe as shipped);
quantization map in hf_quant_config.json (quant_algo: MIXED_PRECISION)--language-model-only); the vision
tower ships in the base export, not in this quantized checkpoint| BS | output tok/s | vs bf16 target | + DFlash draft (sim acc=5) |
|---|---|---|---|
| 1 | 12.1 | 2.7× | 36.4 |
| 4 | 47.7 | 2.7× | 156.2 |
| 8 | 92.2 | 2.6× | 300.7 |
1sglang serve \
2 --model-path RadixArk/Muse-Glimmer-NVFP4 \
3 --reasoning-parser muse \
4 --tool-call-parser muse \
5 --language-model-only \
6 --tp-size 1 \
7 --mem-fraction-static 0.85 \
8 --host 0.0.0.0 --port 300001sglang serve \
2 --model-path RadixArk/Muse-Glimmer-NVFP4 \
3 --reasoning-parser muse \
4 --tool-call-parser muse \
5 --language-model-only \
6 --speculative-algorithm DFLASH \
7 --speculative-draft-model-path meta-models/Muse-Glimmer-30B-assistant \
8 --speculative-dflash-block-size 5 \
9 --tp-size 1 \
10 --mem-fraction-static 0.85 \
11 --host 0.0.0.0 --port 30000--mem-fraction-static 0.40
(0.38 with DFlash). Higher fractions let the KV pool consume the shared
CPU/GPU pool and can OOM the machine during load.<|eom|> (200007) as an EOS token — it breaks parallel tool
calling; generation_config.json already carries the correct stops.