How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen 3.6 35B A3B DFlash GGUF

GGUF made to use in ikawrakow/ik_llama.cpp, currently for PR #1970. The small quantizations delivered here are made for test purposes; feel free to create your own quantization.

Derived from the safetensors DFlash draft model z-lab/Qwen3.6-35B-A3B-DFlash.

Compatible target model

  • Qwen3.6-35B-A3B-UD.gguf - Mainly tested with Q4_K_M.

Files

File Quant Size
qwen36-35b-a3b-dflash-F16.gguf F16 915 MB
qwen36-35b-a3b-dflash-Q8_0.gguf Q8_0 491 MB
qwen36-35b-a3b-dflash-Q4_K_M.gguf Q4_K_M 279 MB

Usage

./build/bin/llama-server \
  --model <target.gguf> \
  --model-draft <draft.gguf> \
  --spec-type dflash:n_max=<N>,cross_ctx=<N> ...

Notes

  • This repo contains DFlash draft models, not a standalone instruct model.
  • Use it with the matching target family listed above.
  • Q4_K_M and Q8_0 are small test-oriented quants; create your own quant if you need a different tradeoff.
Downloads last month
426
GGUF
Model size
0.5B params
Architecture
dflash-draft
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

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

Model tree for Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF

Quantized
(10)
this model