sphaela/Qwen3.6-35B-A3B-AutoRound-GGUF
Qwen3.6-35B-A3B GGUF (AutoRound Quantized, MTP Enabled)
This repository contains GGUF quantized versions of Qwen/Qwen3.6-35B-A3B created using Intel's AutoRound quantization method.
Qwen3.6-35B-A3B is a Mixture-of-Experts (MoE) model with 256 experts and approximately 3.6B active parameters.
๐ MTP (Multi-Token Prediction) Support โ All models now include the MTP / NextN head (blk.40.* tensors), enabling speculative decoding in compatible runtimes such as recent builds of llama.cpp. Each GGUF has been validated to contain the full set of MTP tensors.๐ Improved Quantization โ All quantizations now use AutoRound iterative calibration with significantly more iterations than before, resulting in better quality across all schemes.
Quantization Details
The models were quantized using various schemes provided by the auto-round tool with MTP layers explicitly enabled. For multimodal use, projector files (mmproj) are provided in F16, BF16, and F32 formats.
Files and Sizes
Note: File sizes are slightly larger than non-MTP quants due to the additional MTP head weights.
Generate the Model
The models were generated using Intel's AutoRound with MTP layers explicitly enabled:
auto-round \
--model Qwen/Qwen3.6-35B-A3B \
--output_dir ./quantized/ \
--scheme <SCHEME> \
--enable_alg_ext \
--enable_torch_compile \
--options '{"mtp_num_hidden_layers": 1, "num_nextn_predict_layers": 1}'
Usage with llama.cpp
These models can be used with a recent build of llama.cpp (must include Qwen3.5+ MTP support). For multimodal usage, specify the projector file:
./llama-cli -m Qwen3.6-35B-A3B-Q4_K_M.gguf --mmproj mmproj-model-f16.gguf --image your_image.jpg -p "Describe this image."About AutoRound
AutoRound is an advanced quantization technique from Intel that aims to minimize accuracy loss through automated rounding optimization.
Support
These quantized models are made in my spare time using expensive hardware such as DGX Spark systems for quantization and validation. If you find these GGUFs useful for your projects, consider buying me a coffee to help cover hardware and compute costs. Every bit of support helps me keep producing high-quality quantized models for the community!
