Views
No views yet
d42ca8978c5a66e92c3446d46e8adfe03ef692ff.1hf download lyf/Qwen3.8-27B-Huihui-Abliterated-NInfer-NVFP4 qwen3_8_27b_nvfp4.ninfer --local-dir ./huihui-ninfer
2
3git clone https://github.com/Neroued/ninfer.git
4cd ninfer
5git checkout a99407c63fc5bbd25d9fb597cbb8ab352bdb01ef
6cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_ARCHITECTURES=120a
7cmake --build build -j"$(nproc)"
8
9./build/apps/ninfer ../huihui-ninfer/qwen3_8_27b_nvfp4.ninfer --prompt "Explain FP8 and NVFP4 briefly." --max-new 128 --max-context 8192 --kv-dtype int8 --no-thinking./build/apps/ninfer-serve ../huihui-ninfer/qwen3_8_27b_nvfp4.ninfer --host 127.0.0.1 --port 8000 --model-id qwen38-huihui-ninfer-nvfp4 --max-context 204800 --kv-capacity 204800 --max-concurrency 1 --prefill-chunk 4096 --kv-dtype int8 --spec mtp --draft-tokens 3 --default-max-tokens 16384 --preserve-thinking| Matrices | Format |
|---|---|
| Full attention and Gated DeltaNet projections | FP8 E4M3, per-output-row BF16 scales |
lm_head and layers 56–63 MLP | FP8 E4M3 |
| Layers 0–55 MLP | NVFP4, group size 16 |
| Norms, GDN state, embeddings, vision, MTP | Same-source Huihui tensors |
1FP8 source matrices: 233
2NVFP4 source matrices: 168
3source fields: 1587
4F8_E4M3: 401
5BF16: 682
6U8: 168
7F32: 336
8NINF_PREFLIGHT_OK1NInfer commit: a99407c63fc5bbd25d9fb597cbb8ab352bdb01ef
2model_id: qwen3.8-27b
3weights_id: nvfp4
4objects: 1124 (1118 tensors, 6 resources)
5artifact bytes: 21,492,695,040
6SHA256: f21f308d3b23ccd627071cd015e413db08deee4356643900518e2b251750fdc21BF16: 534
2FP32: 208
3FP8 row-scaled: 146
4NVFP4: 1121prompt tokens: 27
2generated tokens: 114
3prefill: 792.69 tok/s
4decode: 74.83 tok/s
5overall: 73.83 tok/s
6GPU weights: 18.98 GiBqwen3_8_27b_nvfp4.ninfer.conversion.jsonninfer-nvfp4-preflight.logartifact-inspect.logBUILD_MANIFEST.json, VALIDATION_REPORT.json, SHA256SUMS