Views
No views yet
Original model: Qwen/Qwen3.8-27B by Alibaba's Qwen team, Apache-2.0. This artifact contains modified weights (NVFP4 quantization); the original model is © its authors.
gb10_inference) on NVIDIA
DGX Spark / GB10 systems — it is produced, validated, and tuned for veloGB10's kernels.
The weights use the standard HuggingFace compressed-tensors layout (nvfp4-pack-quantized),
so this artifact can be used for any purpose, with any framework that reads the format. It is
fit and proven to work with veloGB10 — greedy-lossless speculative decoding, two-node TP=2 serving,
and the engine's correctness suite all pass on this artifact.Note on modality: the underlying model is Qwen's hybrid Qwen3.5-family architecture and the checkpoint ships a vision tower (Qwen3_5ForConditionalGeneration). This artifact is currently presented as a text/language model — the vision (image/video) part is still being worked on and is not yet validated end-to-end. The language half (the dense GatedDeltaNet + GQA stack) is the tested, production path.
| Base model | Qwen/Qwen3.8-27B |
| Architecture | dense hybrid Qwen3.5 (48 GatedDeltaNet + 16 full-GQA layers), hidden 5120, 24 Q / 4 KV heads, head_dim 256 |
| Attention | hybrid GatedDeltaNet (linear attention, fixed-size recurrent state) + periodic full GQA (every 4th layer) |
| MTP head | native multi-token-prediction head (used for speculative decoding) |
| Context | 262,144 tokens |
| Vocabulary | 248,320 |
| Full-attention interval | 4 |
| Quantization | nvfp4-full (recipe: all) — all GEMMs NVFP4; the fastest recipe, the right 27B default at every context length |
| Format | nvfp4-pack-quantized (compressed-tensors compatible) |
| On-disk size | ~16 GB |
*.ptx live.--spec-source dflash2-auto + --draft-dir). It uses the native MTP head alongside the drafter as
the auto policy decides. Both TP=4 and TP=2 layouts are supported.1./gb10_inference --server \
2 --model-dir /path/to/3.8-27b-nvfp4-full-all \
3 --tp 4 \
4 --nodes <peer-ip1>:29500, <peer-ip2>:29500, <peer-ip3>:29500 \
5 --port 9000 \
6 --max-seq-len 262144 \
7 --max-batch 1 \
8 --max-tokens 65536 \
9 --prefix-cache on \
10 --default-presence-penalty 1.5 \
11 --mtp=auto \
12 --spec-source dflash2-auto \
13 --draft-dir /path/to/Qwen3.8-27B-DFlash21./gb10_inference --server \
2 --model-dir /path/to/3.8-27b-nvfp4-full-all \
3 --tp 2 \
4 --nodes <peer-ip>:29500 \
5 --port 9000 \
6 --max-seq-len 262144 \
7 --max-batch 1 \
8 --max-tokens 65536 \
9 --prefix-cache on \
10 --default-presence-penalty 1.5 \
11 --mtp=auto \
12 --spec-source dflash2-auto \
13 --draft-dir /path/to/Qwen3.8-27B-DFlash2You must also download the DFlash2 drafter (the speculative-decoding draft model used via--spec-source dflash2-auto). It is published at doth4580/Qwen3.8-27B-DFlash2 — grab it with e.g.hf download doth4580/Qwen3.8-27B-DFlash2 --local-dir /path/to/Qwen3.8-27B-DFlash2(or via the web UI), then point--draft-dirat that local directory. If you only care about the model on its own you can omit--spec-source/--draft-dirand run without the drafter.
| Mode | Average | Bottoms | Peaks | Max sustained (code) |
|---|---|---|---|---|
| Single node | > 40 tok/s | ~11 tok/s | ~100 tok/s | ~70 tok/s |
| TP=2 | ~56 tok/s | ~18 tok/s | ~105 tok/s | ~85 tok/s |
| TP=4 | ~85 tok/s | ~32 tok/s | ~150 tok/s | ~125 tok/s |
Averages span a wide range by content type: mixed-content runs average ~25 / ~38 / ~51 tok/s (single / TP=2 / TP=4) vs code-heavy sustained runs ~70 / ~85 / ~125 tok/s. Peaks are the top reached on code-generation content.
LICENSE).nvfp4-full). Weights are modified relative to the original; tokenizer and chat template are
unchanged from the original model.