Instructions to use WaveCut/Qwen3.8-27B-MXFP8-CRACK-NInfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NInfer
How to use WaveCut/Qwen3.8-27B-MXFP8-CRACK-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 "MXFP8-CRACK" β NInfer artifact
A .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 |
Download & run
hf download WaveCut/Qwen3.8-27B-MXFP8-CRACK-NInfer crack.ninfer --local-dir models
# CLI, one request:
./build/apps/ninfer models/crack.ninfer --prompt "Summarize the difference between prefill and decode." --max-context 16384
# OpenAI/Anthropic-compatible server:
./build/apps/ninfer-serve models/crack.ninfer --max-context 16384 --kv-capacity auto
Hardware. Two engines run this artifact:
- Upstream NInfer β primary target one RTX 5090 (32 GB); in practice any single Blackwell sm_120 card with 32 GB works (the verification smoke above ran on an RTX PRO 4500).
- Don-Chad/ninfer-3090 (v0.6.0+) β RTX 3090 (24 GB) edition where Qwen3.8-27B is a first-class, tested target: the native SM86 runtime loads the official groupwise
.ninferartifact directly (sameqwen3.8-27b / groupwise-intidentity as this file), shipsrun-qwen38-*launch scripts, image understanding, and sustains up to a 171K-token INT8 context on one 3090 (226K with the optional RotorQuantrk8v4KV cache).
How it was built
The source checkpoint stores weights in two packed 8-bit schemes, so it was first dequantized to BF16 and re-named into the official Qwen3.8-27B tensor layout, then converted with the unmodified stock converter:
- Text + Vision (582 tensors) β MXFP8: 4ΓFP8-E4M3 packed per
U32word, oneU8UE8M0 scale (2^(b-127)) per 32-element group β BF16. - MTP draft layer (8 tensors) β MLX affine int8:
uint8codes with per-128-groupF16scale and bias,w = q*scale + biasβ BF16. The formula was verified against the officialQwen/Qwen3.8-27BMTP weights (cosine similarity β 1.0, Ο matches to 5 decimals). - Renames:
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.jsonof the fork passes the converter's registered validation unchanged. - Frontend resources (tokenizer, chat template, preprocessor configs,
generation_config.json) are the officialQwen/Qwen3.8-27Bfiles β the NInfer converter pins them by SHA-256. The fork's tokenizer/chat-template files are byte-identical; itsgeneration_config.jsondiffers only by a no-op key, so official sampling defaults apply unless overridden per request. - Standard converter:
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.
Caveats
- Double quantization. The source is already 8-bit (MXFP8 / affine int8); this artifact re-quantizes into NInfer's groupwise-int profile (Q4/Q5/Q6/W8 groupwise + BF16). Expect marginally lower fidelity than an artifact built from a native BF16 checkpoint of the same tune.
- The engine binds this file to the registered
qwen3.8-27b / groupwise-intprofile: architecture, tokenizer and chat template are identical to the official model; only the weights carry the fine-tune. - Upstream NInfer is specialized for one RTX 5090-class device and a single CUDA device; for RTX 3090 use the ninfer-3090 fork (see Hardware above).
- Per the upstream card: set your sampler explicitly (
temperature=1.0, top_p=0.95, top_k=20) if you rely on the tune's intended behavior.
Lineage
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)
Licensed Apache-2.0, same as both upstreams.
- Downloads last month
- 10
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support