Views
No views yet
deepseek-ai/DeepSeek-V4-Flash-DSpark (FP8 + MXFP4, ~157 GB) serving on 4× RTX PRO 6000 Blackwell (sm120) with
stock vLLM 0.25.1 + flashinfer-python 0.6.14 — no fork, no patch, no Docker. Coherent, full OpenAI + Anthropic
tool calling, ~133 tok/s, 256K context.1pip install "vllm==0.25.1" "flashinfer-python==0.6.14"
2export FLASHINFER_DISABLE_VERSION_CHECK=1 NCCL_P2P_DISABLE=1
3vllm serve /path/to/DeepSeek-V4-Flash-DSpark \
4 --tensor-parallel-size 4 --enable-expert-parallel --kv-cache-dtype fp8 \
5 --max-model-len 262144 --gpu-memory-utilization 0.90 \
6 --kernel-config '{"moe_backend":"marlin"}' \
7 --enable-auto-tool-choice --tool-call-parser deepseek_v4 --reasoning-parser deepseek_v4 \
8 --trust-remote-codemoe_backend=marlin (deep_gemm_mega_moe is SM100-only).719 (CUDA_ERROR_LAUNCH_FAILED);
it's not chunk size, and VLLM_USE_DEEP_GEMM=0 won't boot. The KV pool holds 1M — it's a kernel launch limit, not memory.num_tokens > 64 ... sparse_mla_sm120_decode_dsv4).