Views
No views yet
.ninfer single-file artifact that lets the NInfer engine
(single-GPU C++/CUDA inference, RTX 5090) run the community fine-tune
dealignai/Qwen3.8-27B-MXFP8-CRACK.| Artifact identity | qwen3.8-27b / groupwise-int (registered engine identity) |
| File | crack.ninfer — 18,210,531,328 bytes |
| SHA-256 | 260ada97269a05e3296af72c3602ed49e72e8558c477eec9144d41765bfa9ffa |
| Objects | 1124 (1118 tensors, 6 frontend resources) |
| Built with | ninfer tools.convert.qwen3_8_27b, recipe qwen3_8_27b-v1 |
| Verified | smoke-run on the stock NInfer engine (master, CUDA 13.1, RTX PRO 4500 Blackwell): prefill 530 tok/s, decode 43 tok/s, coherent output |
1hf download WaveCut/Qwen3.8-27B-MXFP8-CRACK-NInfer crack.ninfer --local-dir models
2
3# CLI, one request:
4./build/apps/ninfer models/crack.ninfer --prompt "Summarize the difference between prefill and decode." --max-context 16384
5
6# OpenAI/Anthropic-compatible server:
7./build/apps/ninfer-serve models/crack.ninfer --max-context 16384 --kv-capacity auto.ninfer artifact directly (same qwen3.8-27b / groupwise-int identity as this file), ships run-qwen38-* launch scripts, image understanding, and sustains up to a 171K-token INT8 context on one 3090 (226K with the optional RotorQuant rk8v4 KV cache).U32 word, one U8 UE8M0 scale (2^(b-127)) per 32-element group → BF16.uint8 codes with per-128-group F16 scale and bias, w = q*scale + bias → BF16. The formula was verified against the official Qwen/Qwen3.8-27B MTP weights (cosine similarity ≈ 1.0, σ matches to 5 decimals).language_model.model.* → model.language_model.*, language_model.lm_head.* → lm_head.*, vision_tower.* → model.visual.*; the vision patch embedding was permuted from the MLX conv layout [O,T,H,W,I] to torch [O,I,T,H,W]. config.json of the fork passes the converter's registered validation unchanged.generation_config.json) are the official Qwen/Qwen3.8-27B files — the NInfer converter pins them by SHA-256. The fork's tokenizer/chat-template files are byte-identical; its generation_config.json differs only by a no-op key, so official sampling defaults apply unless overridden per request.python3 -m tools.convert.qwen3_8_27b.convert --model <bf16-dir> --out crack.ninfer (82 s on one RTX PRO 4500).crack.ninfer.conversion.json (included) is the converter's own report for this exact file.qwen3.8-27b / groupwise-int profile: architecture, tokenizer and chat template are identical to the official model; only the weights carry the fine-tune.temperature=1.0, top_p=0.95, top_k=20) if you rely on the tune's intended behavior.Qwen/Qwen3.8-27B
└─ dealignai/Qwen3.8-27B-MXFP8-CRACK (fine-tune + MXFP8/MLX-affine quant, Apache-2.0)
└─ BF16 dequant + official-layout rename (adapter described above)
└─ crack.ninfer (this repo, NInfer groupwise-int profile)