Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled IQ4_XS GGUF

Unofficial community IQ4_XS GGUF quantization of hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.

This repository contains a local-inference GGUF quantization for llama.cpp-compatible runtimes.

Source Models

Quantization

  • Format: GGUF
  • Quantization: IQ4_XS
  • Quantized with: llama.cpp / llama-quantize
  • Source precision used locally: BF16 GGUF
  • Output size: about 18 GB
  • Reported quant size: 18051.46 MiB
  • Reported BPW: 4.37

Source Model Summary

The source model is a reasoning SFT fine-tune of Qwen/Qwen3.6-35B-A3B on reasoning-distillation data. It is intended for reasoning-heavy text workflows such as coding assistance, planning, math-style reasoning, and structured analytical responses.

The source fine-tune is text-only. The Qwen3.6 base architecture includes a vision encoder, but this quantized GGUF should be treated as a text-generation runtime artifact.

Local llama.cpp Example

llama-server \
  -m Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.IQ4_XS.gguf \
  --host 127.0.0.1 \
  --port 18081 \
  -c 32768 \
  -fa on \
  --cache-type-k q8_0 \
  --cache-type-v turbo4 \
  --temp 0.7 \
  --top-p 0.8 \
  --top-k 20 \
  --min-p 0.0

Attribution and Relationship to Source

This is an unofficial community GGUF quantization.

I did not train or fine-tune the source model. All training credit belongs to the original source model author and the base model authors.

If the original author prefers this quantization to be removed or transferred, please open a discussion on this repository.

Acknowledgements

  • Source fine-tune: hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled
  • Base model: Qwen/Qwen3.6-35B-A3B
  • GGUF tooling: llama.cpp
Downloads last month
53
GGUF
Model size
35B 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 end000/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled-IQ4_XS-GGUF