jan1k/Qwen3.8-27B-Uncensored-Genesis-NVFP4
Qwen3.8-27B-Uncensored-Genesis — NVFP4 GGUF
NVFP4 quantisation of LuffyTheFox/Qwen3.8-27B-Uncensored-Genesis-GGUF, built with advanced-gguf-quantizer (a llama.cpp fork focused on NVFP4 quantization).
This is the Genesis-repaired version of HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive — Luffy's tensor repair applied to the HauhauCS uncensored base.
Files
v4 — Recommended (inline scales, LM Studio compatible)
v4 uses --nvfp4-inline-scales-only to emit native inline UE4M3 scales without separate .scale/.input_scale tensors. Required for LM Studio / Pelican and other runtimes that do not support the extended NVFP4 scale tensor contract.
Imatrix variants will follow after the plain v4 is confirmed working in target runtimes.
Source
Single-step Q8KP → NVFP4 with per-tensor-type protections.
Tensor mix (v4)
Tensor protection policy
F16 singular-collapse protection:
F32 architecture-specific protection:
blk.*.attn_norm.weight,blk.*.post_attention_norm.weightblk.*.attn_q_norm.weight,blk.*.attn_k_norm.weightblk.*.ssm_norm.weight,blk.*.nextn.*.norm.weightoutput_norm.weightblk.*.ssm_conv1d.weight,blk.*.ssm_dt.bias,blk.*.ssm_a
Forced NVFP4 (do not push lower):
Usage
llama-cli -m Qwen3.8-27B-Uncensored-Genesis-NVFP4-v4.gguf \
--jinja -c 131072 -ngl 99For runtimes without FastMTP support, use Qwen3.8-27B-Uncensored-Genesis-NVFP4-v4-noMTP.gguf. The MTP variant enables speculative decoding (--spec-type draft-mtp where supported).
- Set K cache and V cache quantization to F16
- Vision support requires the mmproj file from the source repository
Hardware
- Blackwell (RTX 50xx): native FP4 path, fastest
- Ampere (RTX 30xx): NVFP4 inference works via fallback kernels
- Quantisation was done CPU-only (Ampere CUDA NVFP4 encoder is unreliable)
Credits
- Base model: HauhauCS (uncensored fine-tune)
- Genesis tensor repair + GGUF: LuffyTheFox
- NVFP4 quantisation: jan1k
- Quantiser: advanced-gguf-quantizer
