lackonendes/PAW-35B-A3B-GGUF overview
PAW 35B A3B A 1.5415 bpw trellis coded quantization of Qwen/Qwen3.6 35B A3B that runs on one 24 GB GPU at 133–183 tok/s. | | | | | | | size | ~7.86 GB this fil…
Runs locally from ~7.33 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| PAW-35B-A3B-paw.gguf | GGUF | GGUF | 7.33 GB | Download |
Model Details
| Model ID | lackonendes/PAW-35B-A3B-GGUF |
|---|---|
| Author | lackonendes |
| Pipeline | — |
| License | apache-2.0 |
| Base model | Qwen/Qwen3.6-35B-A3B |
| Last modified | 2026-08-26T01:50:43.000Z |
Model README
---
license: apache-2.0
base_model: Qwen/Qwen3.6-35B-A3B
library_name: gguf
tags:
- quantization
- trellis-codec
- paw
- moe
- gguf
---
PAW-35B-A3B
A 1.5415 bpw trellis-coded quantization of Qwen/Qwen3.6-35B-A3B that
runs on one 24 GB GPU at 133–183 tok/s.
| | |
|---|---|
| size | ~7.86 GB (this file: PAW-35B-A3B.gguf) |
| rate | 1.54150390625 bpw |
| speed | 133.7 tok/s mixed · 182.7 tok/s code (1× RTX 3090) |
| reasoning | 97.0% GSM8K vs parent's 97.5% — near parity |
| code | 94.0% / 93.3% retention (HumanEval+ / MBPP+) — a real gap |
Requirements — read this first
This is not a standard GGUF. It uses the PAW trellis format (paw arch) and
requires the llama-paw fork.
Stock llama.cpp cannot read this model.
Honest summary
PAW is at parity on reasoning and about 6% down on code. If you generate
code, that cost is real and statistically significant (see
SCORECARD.md). If you reason, it is close to free.
Every number in the scorecard was measured by us on one RTX 3090 with
byte-identical harnesses against our own Q8_0 measurement of the parent —
nothing copied from model cards.
Serving
See SERVING.md for the tuned command (+35% over naive serving,
byte-identical output). Short version:
- requires
llama-paw, not stock llama.cpp - speculative decoding with a dflash drafter (
--spec-type draft-dflash) enable_thinking:falseis required — see the loop limitation- KV at q8_0 saves 966 MiB at 128k with no measurable quality cost
Limitations
- Code generation retains ~93–96% of parent depending on task; paired McNemar
confirms the deficit is real, not noise (HumanEval+ p=0.035, MBPP+ p=0.008).
- No-think mode is required; thinking-mode behavior is unmeasured.
- Long-context quality above ~28k tokens is unmeasured.
- Quantized KV needs a build with flash attention enabled.
Integrity
sha256 c3d999f845ca33120764262527bfb2c284acd9006ba827525df0bfe5d4c6f218 PAW-35B-A3B-paw.gguf
License
Apache 2.0, inherited from the base model Qwen/Qwen3.6-35B-A3B.
Run lackonendes/PAW-35B-A3B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models