Views
No views yet
saricles/Qwen3-Coder-Next-NVFP4-GB10.config.json and model.safetensors.index.json SHA-256 verified). This mirror exists to provide a pinned, stable, ungated reference for the qwen3-coder-next deployment project on DGX Spark (GB10). Use the upstream repo if you want to track author updates.Qwen/Qwen3-Coder-Next by Alibaba / Qwen team (Apache-2.0)saricles using LLM Compressor with LLMCOMPRESSOR_MOE_CALIBRATE_ALL_EXPERTS=1 (all 512 experts calibrated)HuggingFaceH4/ultrachat_200k (64 samples × 2048 tok)qwen3_next — Hybrid DeltaNet linear attention + full attention + latent MoEcompressed-tensors; lm_head, embed_tokens, linear_attn layers, mlp.gate, mlp.shared_expert_gate kept in BF16| Metric | Value |
|---|---|
| Throughput (single request) | ~61 tok/s |
| KV cache concurrency @ 262K | ~5 concurrent sessions (DeltaNet has no KV cache → 31.65× vs a pure-attention 80B model) |
1docker run --rm --runtime=nvidia --gpus all \
2 -p 8000:8000 \
3 -v ~/.cache/huggingface:/root/.cache/huggingface \
4 -e VLLM_NVFP4_GEMM_BACKEND=marlin \
5 -e VLLM_TEST_FORCE_FP8_MARLIN=1 \
6 -e VLLM_USE_FLASHINFER_MOE_FP4=0 \
7 -e VLLM_MARLIN_USE_ATOMIC_ADD=1 \
8 vllm/vllm-openai:cu130-nightly \
9 gdubicki/Qwen3-Coder-Next-NVFP4-GB10 \
10 --dtype auto \
11 --kv-cache-dtype fp8 \
12 --gpu-memory-utilization 0.90 \
13 --max-model-len 262144 \
14 --attention-backend flashinfer \
15 --tool-call-parser qwen3_coder \
16 --enable-chunked-prefill \
17 --enable-prefix-caching