How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
# Run inference directly in the terminal:
llama cli -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
# Run inference directly in the terminal:
llama cli -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
Use Docker
docker model run hf.co/Radamanthys11/Qwen3.6-35B-A3B-DFlash-GGUF:
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