--- license: other base_model: lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled base_model_relation: quantized quantized_by: blockblockblock library_name: exllamav3 pipeline_tag: text-generation tags: - exl3 - exllamav3 - quantized - mixture-of-experts - qwen quantization_format: exl3 bits_per_weight: 6.0 ---
# Qwen3.6 · 35B-A3B · Claude 4.7 Opus Reasoning Distilled EXL3  ·  6.0 bpw  ·  27.9 GB  ·  Mixture‑of‑Experts  ·  48 layers × 256 experts
[![format](https://img.shields.io/badge/format-EXL3-c63010?style=for-the-badge&labelColor=14120e)](https://github.com/turboderp-org/exllamav3) [![bpw](https://img.shields.io/badge/bpw-6.0-6b8a76?style=for-the-badge&labelColor=14120e)](#quants) [![size](https://img.shields.io/badge/size-27.9_GB-6b8a76?style=for-the-badge&labelColor=14120e)](#quants) [![arch](https://img.shields.io/badge/arch-MoE_35B--A3B-c63010?style=for-the-badge&labelColor=14120e)](https://huggingface.co/lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled) [![base model](https://img.shields.io/badge/Base-lordx64%2FQwen3.6--35B--A3B--Claude--4.7--Opus--Reasoning--Distilled-2a2620?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled) [![quantized by](https://img.shields.io/badge/Quantized_by-blockblockblock-2a2620?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/blockblockblock) [![collection](https://img.shields.io/badge/All_bpws-Collection-c63010?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/collections/blockblockblock/qwen36-35b-a3b-claude-47-opus-reasoning-distilled-exl3-69ece89b196fa4ae78d37550)
--- > [!NOTE] > An [ExLlamaV3](https://github.com/turboderp-org/exllamav3) build of [`lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled`](https://huggingface.co/lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled) at **6.0 bits per weight** — near-lossless reference quality — designed for 32 GB+ cards (V100, A100, RTX 6000). See [Quants](#quants) for sibling repos at other bit‑widths or browse the [collection](https://huggingface.co/collections/blockblockblock/qwen36-35b-a3b-claude-47-opus-reasoning-distilled-exl3-69ece89b196fa4ae78d37550). ## Quants
| BPW   |   Head bits   |   Calibration rows   |   Size   |   Status | | :---: | :---: | :---: | ---: | :--- | | 3.0 | 8 | 128 | 15.3 GB | [link](https://huggingface.co/blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-3.0bpw) | | 4.0 | 8 | 128 | 19.5 GB | [link](https://huggingface.co/blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.0bpw) | | 4.5 | 8 | 250 | 21.6 GB | [link](https://huggingface.co/blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-4.5bpw) | | 5.0 | 8 | 250 | 23.7 GB | [link](https://huggingface.co/blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-5.0bpw) | | **6.0** | 8 | 250 | **27.9 GB** | this repo |
## Inference
Loader Use it for
TabbyAPI OpenAI‑compatible HTTP server. Drop‑in for OpenAI clients.
text‑generation‑webui Local chat UI. Pick the ExLlamaV3 loader from the model dropdown.
ExLlamaV3 Direct Python API for embedding the model in your own code or pipeline.
> [!TIP] > **VRAM at 6.0 bpw:** weights on disk + ~2 GB context overhead. Best on 32 GB+ cards (V100, A100, RTX 6000) where there's room for long context. ## Download ```bash pip install -U huggingface_hub hf download \ blockblockblock/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-6.0bpw \ --local-dir ./Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled-exl3-6.0bpw ```
Quantization recipe  (advanced — embedded in quantization_config.json)
| Setting | Value | | :--- | :--- | | Format | `EXL3` | | Bits per weight | `6.0` | | Head bits | `8` | | Calibration rows | `250` | | Codebook | `MCG` | | Out‑scales | `always` | | Parallel mode | `enabled` (MoE expert batching) | Loaded automatically by every ExLlamaV3 loader; reproduced here for searchability.
## License & use > [!IMPORTANT] > Use and license **follow the [base model](https://huggingface.co/lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled)**. > Quantization adds no additional restrictions. Refer to the upstream repository for terms, citation, and safety documentation. ---
Quantized with BlockQuant  ·  convention {org}/{model}-exl3-{bpw}bpw