Recipe

qwen3-6-27b-nvfp4-dgx-spark-gb10-128gb-vllm-tp1-v5lfqrqu

qwen3-6-27b-nvfp4-dgx-spark-gb10-128gb-vllm-tp1-v5lfqrqu

Observed LocalMaxxing leaderboard run. Evidence for compatibility, not an executable launch contract.

Record

Status
candidate
Source
localmaxxing
Engine
vllm
Engine version
0.19.2rc1.dev213+g9558f4390
Accelerators
1
Tensor parallel
1
Context tokens
262,144
Max concurrency
1
chat
unknown
reasoning
unknown
tools
unknown
vision
unknown

Hugging Face model card

Identity

https://huggingface.co/sakamakismile/Qwen3.6-27B-NVFP4
Repository
sakamakismile/Qwen3.6-27B-NVFP4
Status
known
Link type
Exact Hub repository

Public Hugging Face repository confirmed by the Hub API.

Candidate: useful compatibility or speed evidence. The registry does not offer Run until promotion requirements are met.

Observed configuration

vllm

Evidence only · candidate · reference

Candidate evidence — not a Run contract

Source
https://www.localmaxxing.com/en/runs/cmogn5c7w0003l704v5lfqrqu

Source command could not be tokenized faithfully. The original string stays in metadata. This does not satisfy promotion.

Measured speed

ConcurrencyContextPrefillDecodeTTFT msStatusSweep
1262,14432.8268observedqwen3-6-27b-nvfp4-dgx-spark-gb10-128gb-vllm-tp1-v5lfqrqu-sweep

Remaining fields

Identity, launch, related records, and measured speed are shown above. This is the rest of the normalized record.

hardware count
1
hardware id
dgx-spark-gb10-128gb
id
qwen3-6-27b-nvfp4-dgx-spark-gb10-128gb-vllm-tp1-v5lfqrqu
model instance id
sakamakismile-qwen3-6-27b-nvfp4--nvfp4
recipe source
localmaxxing
schema version
local-ai-registry/v1
speed sweep ids
qwen3-6-27b-nvfp4-dgx-spark-gb10-128gb-vllm-tp1-v5lfqrqu-sweep
status
candidate

capabilities

draft launch

accelerator backend
nvidia
arguments
serve, --model, sakamakismile/Qwen3.6-27B-NVFP4, --tensor-parallel-size, 1, --host, 0.0.0.0, --port, 8000, --max-model-len, 262144
container port
8,000
entrypoint
vllm
host port
8,000
image
vllm/vllm-openai@sha256:0a51ea5b4ae2dc5d81890e5173f54203d2a3ae0cfffe51b8fd2afd4391bfd967
ipc
host
kind
docker
shm size
16g
synthesized · generated at
2026-08-31T22:12:17Z
synthesized · image provenance
deepseek-fp8-rtx-pro-6000-blackwell-96gb-vllm-tp1
synthesized · template
vllm-openai-v1

mounts

read onlytarget
No/root/.cache/huggingface

engine

name
vllm
version
0.19.2rc1.dev213+g9558f4390

serving

max concurrency
1
max context tokens
262,144
tensor parallel
1
Provenance & metadata (3)

facts

capabilities.chat · provenance · captured at
2026-08-30T09:26:09Z
capabilities.chat · reason capability-not-verified
capabilities.chat · state unknown
capabilities.reasoning · provenance · captured at
2026-08-30T09:26:09Z
capabilities.reasoning · reason capability-not-verified
capabilities.reasoning · state unknown
capabilities.tools · provenance · captured at
2026-08-30T09:26:09Z
capabilities.tools · reason capability-not-verified
capabilities.tools · state unknown
capabilities.vision · provenance · captured at
2026-08-30T09:26:09Z
capabilities.vision · reason capability-not-verified
capabilities.vision · state unknown
draft launch.entrypoint · provenance · captured at
2026-09-01T01:41:26Z
draft launch.entrypoint · reason linux-amd64-container-config-entrypoint
draft launch.entrypoint · state known
engine.graph mode · provenance · captured at
2026-08-30T09:26:09Z
engine.graph mode · reason runtime-detail-not-published
engine.graph mode · state unknown
serving.kv cache tokens · provenance · captured at
2026-08-30T09:26:09Z
serving.kv cache tokens · reason kv-cache-capacity-not-published
serving.kv cache tokens · state unknown
serving.max concurrency · provenance · captured at
2026-08-31T23:03:15Z
serving.max concurrency · reason server-capacity-derived-from-source-evidence
serving.max concurrency · state known

metadata

localmaxxing · backend
cuda
localmaxxing · batch size
1
localmaxxing · hardware label
GB10 Grace Blackwell
localmaxxing · notes
Final corrected submission (replaces cmoglz0ux0004lb04zo1dhhhb and cmogm80ri0001lb04hwhu9uzx). Target weights: sakamakismile/Qwen3.6-27B-NVFP4 (community NVFP4 quant of Qwen/Qwen3.6-27B). Drafter: z-lab/Qwen3.6-27B-DFlash (DFlash spec decoding, num_speculative_tokens=15, thinking-ON). Hardware: DGX Spark GB10 (128 GB unified, peak 117 GiB measured). n=30 trials @ pp=128, tg=128, depth=0, concurrency=1, warm-pass (cold-start sample dropped): tokSOut median=32.83 (mean=40.10, std=15.63), ttfr median=268ms (mean=274). Median is the honest headline; DFlash decode std is ~40% of mean due to acceptance fluctuating with prompt content. Mean acceptance length tau=4.11 (per-position [0.75, 0.52, 0.38, ...]). Speedup vs Qwen3.6-27B-FP8 autoregressive baseline on same hardware: 4.18x (32.83 / 7.85). First DGX Spark + spec-decoding entry, first NVFP4 entry leaderboard-wide. REQUIRES the DFlash layer-tap off-by-one vLLM source patch (without it acceptance collapses ~80% -> ~3%). llama-benchy 0.3.6 (PR #11 SSE-counting fix is upstream as of 0.3.6). Full Docker reproduction: https://github.com/my-other-github-account/qwen36-dflash-spark-repro By @banana_baeee.
localmaxxing · observed command
# Reproduction — see https://github.com/my-other-github-account/qwen36-dflash-spark-repro # Download models on host: hf download sakamakismile/Qwen3.6-27B-NVFP4 --local-dir ~/models/Qwen3.6-27B-NVFP4 hf download z-lab/Qwen3.6-27B-DFlash --local-dir ~/models/Qwen3.6-27B-DFlash # Build & run: docker build -t qwen36-dflash-spark . docker run -d --name qwen36-dflash --runtime=nvidia --gpus all --network=host \ -v ~/models:/models:ro \ -e THINK_KWARGS='{"enable_thinking": true}' \ qwen36-dflash-spark # Bench (pp=128 / tg=128 / depth=0 / c=1 / n=30) — produces the headline number: docker run --rm --network=host -v ~/models:/models:ro -v $(pwd):/out \ --entrypoint bash qwen36-dflash-spark \ -c 'OUT=/out/result.json bash /repro/scripts/bench.sh' # Underlying vllm serve invocation (from launch_server.sh): vllm serve /models/Qwen3.6-27B-NVFP4 \ --served-model-name qwen36-27b \ --host 0.0.0.0 --port 8000 \ --tensor-parallel-size 1 \ --gpu-memory-utilization 0.92 \ --max-model-len 262144 \ --max-num-batched-tokens 4096 \ --max-num-seqs 1 \ --trust-remote-code \ --load-format fastsafetensors \ --attention-backend flash_attn \ --enable-prefix-caching \ --speculative-config '{"method":"dflash","num_speculative_tokens":15,"model":"/models/Qwen3.6-27B-DFlash"}' \ --default-chat-template-kwargs '{"enable_thinking": true}' \ --seed 0 # Required vLLM source patch: patches/apply_dflash_off_by_one.sh (DFlash layer-tap +1).
localmaxxing · run id
cmogn5c7w0003l704v5lfqrqu
localmaxxing · tokenized · fidelity
lossy

provenance

captured at
2026-08-30T09:26:09Z

sources

captured atkindurl
2026-08-30T09:26:09Znormalized-recipewww.localmaxxing.com/en/runs/cmogn5c7w0003l704v5lfqrqu