Instructions to use cometkim/Qwen3.8-27B-nvfp4full-NInfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NInfer
How to use cometkim/Qwen3.8-27B-nvfp4full-NInfer with NInfer:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Qwen3.8-27B fuller NVFP4 for NInfer
This model card is the version-controlled source for
cometkim/Qwen3.8-27B-nvfp4full-NInfer. The repository contains a fuller-NVFP4 weight profile of
Qwen3.8-27B in the native
NInfer .ninfer artifact format, produced by the
cometkim/ninfer fork on its feat/qwen3.8-nvfp4full branch,
which is based on the natpate/ninfer-windows
Windows-build fork. The artifact is intended
only for NInfer; it is not a Transformers checkpoint, Safetensors distribution, or GGUF file.
This is a third weight profile for the existing qwen3_8_27b target โ a peer of the official
groupwise-int and nvfp4 profiles โ not a separate model target. Compared with the official
nvfp4 profile it extends NVFP4 from
the layers 0โ55 MLP to nearly the whole Text backbone, freeing about 3 GiB of device memory while
keeping NVFP4-class speed:
- every Text
mlp/gate_upandmlp/downis NVFP4 (the layers 0โ55 words are copied bit-exactly from unsloth/Qwen3.8-27B-NVFP4; layers 56โ63 are quantized locally from the official BF16 checkpoint); - every GDN
query_key_value_zis NVFP4, and GDNoutputis NVFP4 on 47 of 48 layers; - full-attention
query_key_gate_valueis NVFP4 on the ten deepest layers andattention/outputon fourteen of sixteen, with nine BF16 exception parents retaining the registered Qwen3.6-27B NVFP4 exception pattern; - the token embedding and full output head use groupwise
W8G32_F16Sinstead of row-scaled FP8.
This yields 247 NVFP4 parents with 247 site-level input divisors. Locally quantized parents use the
documented encoder profile NVFP4_MAXABS_DIVISOR_RNE_V1 (per-tensor FP32 divisor, per-16 E4M3FN
block scales, RNE E2M1 codes) with site divisors calibrated by streaming the official BF16
checkpoint. The complete contract, encoder, calibration corpus, and validation evidence are defined
in the fork's docs/maintainer/qwen3.8-27b-artifact.md ยง14.
Artifact
| Field | Value |
|---|---|
| Filename | qwen3_8_27b_nvfp4full.ninfer |
| Size | 18,324,059,648 bytes (17.07 GiB) |
| SHA-256 | 2f59cc27d67cb7acba0ba8a0e0881ac89c1db2b267a60119a696fefa12faf4e7 |
| Container version | 2 |
| NInfer model ID | qwen3.8-27b |
| NInfer weights ID | nvfp4full |
| NInfer target key | qwen3_8_27b |
| Stored objects | 1,259 (1,253 tensors and 6 resources) |
| NVFP4 tensors | 247 |
| BF16 exception tensors | 9 |
Verify a downloaded file with:
printf '%s %s\n' \
'2f59cc27d67cb7acba0ba8a0e0881ac89c1db2b267a60119a696fefa12faf4e7' \
'qwen3_8_27b_nvfp4full.ninfer' | sha256sum --check
Provenance
| Source | Revision | Role |
|---|---|---|
Qwen/Qwen3.8-27B |
1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0 |
every locally quantized parent, BF16 exceptions, direct tensors, W8 endpoints, MTP, Vision, frontend |
unsloth/Qwen3.8-27B-NVFP4 |
7d6f8d4d72f56b92b3cdbf22f156b90e1bab0108 |
the 112 layers 0โ55 MLP NVFP4 parents and their divisors, copied bit-exactly |
The upstream pinned revision 60e813d4โฆ of the quantized source was force-pushed out of the
repository; the reachable main revision above carries the identical mixed-precision allocation,
which the converter validates structurally before copying a word.
Requirements
- the cometkim/ninfer fork
on the
feat/qwen3.8-nvfp4fullbranch or later, which registers thenvfp4fullweights profile on top of the natpate/ninfer-windows Windows build (upstream Neroued/ninfer does not yet know this identity); - Windows (MSVC + CUDA 13.1+, vcpkg for FFmpeg/curl) or 64-bit Linux (WSL2 validated);
- NVIDIA GeForce RTX 5090 (
sm_120a).
Download and run
hf download cometkim/Qwen3.8-27B-nvfp4full-NInfer qwen3_8_27b_nvfp4full.ninfer \n --local-dir models
./build-win/apps/Release/ninfer.exe models/qwen3_8_27b_nvfp4full.ninfer \
--prompt "Explain prefill and decode in three sentences." \
--max-context 16384 \
--max-new 256 \
--spec mtp --draft-tokens 3
Supported use
Identical to the official qwen3_8_27b profiles: text generation in thinking and non-thinking
modes; image, multi-image, video, and mixed multimodal messages; MTP speculative decoding; BF16 and
INT8 group-64 KV cache; CUDA Graph decode and compatible-prefix reuse; bounded concurrent serving;
the NInfer CLI; and OpenAI/Anthropic-compatible HTTP serving.
Measured results (RTX 5090)
Quality gate โ GPQA-Diamond under the registered serving profile (thinking, MTP=3, INT8 KV, 262,144-token context; EvalScope 1.9.0, 0-shot, rule scoring, one sample, temperature 0.6, seed 42):
| Benchmark | This artifact | Official nvfp4 (published) |
|---|---|---|
| GPQA-Diamond | 89.39% (177 / 198) | 90.40% (179 / 198) |
Memory and speed at the same settings (INT8 group-64 KV, CUDA Graphs):
| Measurement | nvfp4full |
official nvfp4 |
|---|---|---|
| Artifact size | 17.07 GiB | 20.02 GiB |
| Device weights | 16.03 GiB | 18.98 GiB |
| Free after startup, 262,144-token INT8 KV | 4.91 GiB | 2.22 GiB |
| MTP3 decode tok/s (8,192-token context, greedy) | 134.7 | 118.9 |
| Prefill tok/s (same run) | 913 | 703 |
Full 262,144-token context now boots with INT8 KV and nearly 5 GiB to spare, where the official profile's published evaluation ceiling was 252,928 tokens.
Limits
Single-sample benchmark results under the stated profiles, not pass@k. Quantization quality is gated against the official artifact on GPQA-Diamond; no broader independent quality study is claimed. The nine BF16 exception layers reuse the Qwen3.6-27B NVFP4 exception set; per-weight-version tuning of that set was not performed.
- Downloads last month
- 24
Model tree for cometkim/Qwen3.8-27B-nvfp4full-NInfer
Base model
Qwen/Qwen3.8-27BEvaluation results
- Accuracy (0-shot, rule) on GPQA-DiamondNInfer EvalScope 1.9.0 (fork validation)89.390