Two community v3 artifacts published: nvfp4full+DFlash2 (v3 container) and an uncensored all-NVFP4 Swift build — both faster & smaller on one RTX 5090 #317
kaushikvira
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all! 👋 Long-time NInfer user (production serving on a single RTX 5090, bare-metal Ubuntu). We published three v3 artifacts and want to share the numbers, since they show how far a single Blackwell card + NInfer goes.
1️⃣ kaushikvira/Qwen3.8-27B-swift15-nvfp4full-dflash2-NInfer-v3 ⭐ new — now the production profile
A Swift-1.5 build:
ukisai/Swift-1.5-Qwen3.8-27b(RL+OPD post-training of Qwen3.8-27B — agentic/coding focus, penalized overthinking → fewer thinking tokens) → our all-NVFP4 quantization → z-lab DFlash2 + proposal head, native v3.16f313c0…, weights only 18.0 GiB in VRAM, 1,590 objects2️⃣ kaushikvira/Qwen3.8-27B-swift-abliterated-nvfp4full-dflash2-NInfer-v3
An uncensored build: d0xin's abliterated BF16 (
Swift-Qwen3.8-27B-Uncensored-BF16, huihui-style refusal-direction removal — all credit to d0xin / ukisai / huihui-ai) → our own all-NVFP4 quantization → z-lab DFlash2 + proposal head, native v3.74c97213…, weights only 18.0 GiB in VRAMweight_global_scale, but the native A4 input route requires one contiguous parent region per fused group (GDN qkvz = 16,384 rows, attn qkgv = 14,336). We wrote a small normalizer that unifies each group to a shared divisor with E4M3-RNE block-scale rescale (verified dequant-invariant to 2.7% worst-case) — then the v3 converter fuses the parents and the engine loads it unmodified. No fork, no C++ patch.3️⃣ kaushikvira/Qwen3.8-27B-nvfp4full-dflash2-NInfer-v3
The cometkim
nvfp4full+ DFlash2 artifact upgraded to the v3 container (bit-preserved weights,f76e19c0-era tooling). Production baseline since the v3 cutover.74d2fc17…, DFlash2 (7 draft tokens) + proposal head embeddedWhy this engine is remarkable
262k context on one 32 GB card, 160 tok/s speculative-decoded, hybrid GDN KV that barely grows with context, host-KV offload that just works — and the data-driven v3 loader means zero model-support patches. Thank you @Neroued 🙏
All three artifacts ship full credit chains, SHA256SUMS, and conversion contracts. Serving config:
--kv-dtype k8v4 --spec dflash2 --draft-tokens 7 --lm-head-draft --host-kv-mib 49152 --max-concurrency 4 --vision.Happy to share the quantization/normalization tooling if useful.
All reactions