Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4-GGUF

This repository contains a GGUF conversion of Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4, which is an NVFP4 compressed-tensors quantized version of RangerX/Qwen3.6-35B-REAP-Pruned-ratio-0.5.

Conversion

The GGUF file was produced from the local Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4 Hugging Face checkpoint with a patched llama.cpp converter that handles compressed-tensors NVFP4 tensors for this model.

uv run /home/sroecker/src/llama.cpp/convert_hf_to_gguf.py \
  --verbose \
  --outtype auto \
  --outfile Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4-GGUF/Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4.gguf \
  Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4

The converter detected BF16 tensors and exported the model with GGUF file type 39. The resulting GGUF contains 1293 tensors:

  • 280 NVFP4 tensors
  • 152 BF16 tensors
  • 861 F32 tensors

llama.cpp Patch Notes

The conversion was based on the process documented in knoopx/Qwen3.6-35B-A3B-NVFP4-GGUF. The converter-side changes used here follow the approach from the open llama.cpp PR #21095, which adds conversion support for Hugging Face NVFP4 models quantized with compressed-tensors. Native Blackwell NVFP4 CUDA runtime support is tracked separately in #22196.

The local converter used here includes the relevant converter-side handling:

  • treat compressed-tensors checkpoints with format nvfp4-pack-quantized as NVFP4 inputs
  • pass packed NVFP4 tensors through the NVFP4 GGUF repacker instead of dequantizing them
  • map compressed-tensors names such as weight_packed, weight_global_scale, and input_global_scale to the ModelOpt-style names expected by the repacker
  • convert global scale tensors to reciprocal scale values for the GGUF NVFP4 layout
  • register the Qwen3.6 BPE pre-tokenizer hash 1444df51289cfa8063b96f0e62b1125440111bc79a52003ea14b6eac7016fd5f as qwen35

Files

File Size
Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4.gguf 13G
Downloads last month
2,584
GGUF
Model size
19B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sroecker/Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4-GGUF

Quantized
(4)
this model

Collection including sroecker/Qwen3.6-35B-REAP-Pruned-ratio-0.5-NVFP4-GGUF