fable-coder-35B-A3B · GGUF

Quantized GGUFs of Achilles1089/fable-coder-35B-A3B — a sovereign, open-weights agentic coding model by Dappit Labs. 35B MoE (≈3B active), Claude Fable-5 / Opus-4.8 agentic distill on an abliterated, Opus-4.7-reasoning-distilled Qwen3.6-35B-A3B.

Built by Dappit Labs (@dappitdotio) · Trained on hardware from Manifest Network.

See the main model card for the full write-up, training details, evaluation, license, and responsible-use notes.

Quants

Each quant is a single self-contained file — download only the one you need.

File Quant Size Fits
fable-coder-35B-A3B-Q8_0.gguf Q8_0 ~38GB 48GB+ GPU / 64GB Mac — near-lossless
fable-coder-35B-A3B-Q6_K.gguf Q6_K ~29GB 32–48GB
fable-coder-35B-A3B-Q5_K_M.gguf Q5_K_M ~25GB 32GB
fable-coder-35B-A3B-Q4_K_M.gguf Q4_K_M ~22GB 24GB (3090/4090)

Download

One quant via the HF CLI (recommended — resumable, no full-repo clone):

pip install -U "huggingface_hub[cli]"
hf download Achilles1089/fable-coder-35B-A3B-GGUF \
  fable-coder-35B-A3B-Q4_K_M.gguf --local-dir .

LM Studio / Jan: search fable-coder-35B-A3B and pick a quant from the list.

Ollama: (ollama.com/achillessafehavencalls/fable-coder — sane defaults + max_tokens cap baked in)

ollama run achillessafehavencalls/fable-coder          # Q4_K_M (default)
ollama run achillessafehavencalls/fable-coder:q8_0     # near-lossless

Web: open the Files tab and click any single file to download it.

Run

# llama.cpp
llama-server -m fable-coder-35B-A3B-Q6_K.gguf -c 32768 -ngl 99

Thinking is native — the Qwen template opens <think> by default; the server returns reasoning in reasoning_content and the answer in content. For agentic coding, drive it inside a harness with a tool-use system prompt + tool registry (treat it like Claude Code).

Quantized from the bf16 master with llama.cpp llama-quantize.

Downloads last month
-
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

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

Model tree for Achilles1089/fable-coder-35B-A3B-GGUF