Views
No views yet
| Benchmark | This checkpoint |
|---|---|
| GSM8K | 0.975 |
| CIMemories violation (lower better) | 11.28% |
| CIMemories coverage (higher better) | 89.0% |
| Batch size | 1 | 2 | 4 | 6 | 8 |
|---|---|---|---|---|---|
| Decode tok/s (aggregate) | 17.6 | 32.0 | 50.3 | 50.4 | 56.9 |
1SGLANG_USE_MLX=1 SGLANG_MLX_CACHE_LIMIT_GB=8 \
2python -m sglang.launch_server \
3 --model-path RadixArk/Muse-Glimmer-q4-MLX \
4 --trust-remote-code \
5 --reasoning-parser muse \
6 --tool-call-parser muse \
7 --disable-radix-cache \
8 --mem-fraction-static 0.85 \
9 --host 0.0.0.0 --port 30000SGLANG_MLX_CACHE_LIMIT_GB=8 caps the MLX buffer cache (keeps the footprint within a 48 GB machine at no throughput cost). Keep --disable-radix-cache. See the Muse Glimmer page in the SGLang cookbook for the full deployment matrix.RadixArk/Muse-Glimmer-q4km-gs128-MLX — code-preserving mirror of the vendor GGUF (balanced pick)RadixArk/Muse-Glimmer-q4k-dynamic-MLX — mirror of the vendor's searched dynamic K-quant