Views
No views yet
nvfp4-pack-quantized (compressed-tensors), calibrated on
UltraChat (~2M tokens), exported with llm-compressor 0.15.1. Identical to
unsloth/Qwen3.6-35B-A3B-NVFP4
at revision 612d523c58 (pre-2026-07-10).mixed-precision re-export (FP8-dynamic layer
groups, a static FP8 KV-cache scheme, llm-compressor 0.17.2-alpha). In
our testing that re-export produces degenerate looping output —
verbatim phrase repetition beginning within a few hundred tokens —
reproduced on two SM120 GPUs (RTX 5090, RTX PRO 6000 Blackwell), with
and without fp8 KV cache, on sglang 0.5.17:| target artifact | output |
|---|---|
| this snapshot (pre-2026-07-10 export) | clean, coherent, correct |
upstream main (2026-07-10 re-export) | verbatim loops (top 8-gram repeated 200–650×) |
1python -m sglang.launch_server \
2 --model-path Koopah/Qwen3.6-35B-A3B-NVFP4 \
3 --speculative-algorithm DSPARK \
4 --speculative-draft-model-path Koopah/Qwen3.6-35B-A3B-NVFP4-DSPARK-v2 \
5 --reasoning-parser qwen3 --trust-remote-code1vllm serve Koopah/Qwen3.6-35B-A3B-NVFP4 --trust-remote-code \
2 --mamba-ssm-cache-dtype bfloat16 \
3 --speculative-config '{"method": "dspark", "model": "Koopah/Qwen3.6-35B-A3B-NVFP4-DSPARK-v2", "num_speculative_tokens": 8}'