Skip to content

Instantly share code, notes, and snippets.

@chadbrewbaker
Created April 28, 2026 22:32
Show Gist options
  • Select an option

  • Save chadbrewbaker/430098497a71df9688e968d8010fcc92 to your computer and use it in GitHub Desktop.

Select an option

Save chadbrewbaker/430098497a71df9688e968d8010fcc92 to your computer and use it in GitHub Desktop.
Localhost llama.cpp configuration for Qwen3.6
./build/bin/llama-server \
-m ~/models/Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf \
-ngl 99 \
-c 262144 \
-np 1 \
-fa on \
--jinja --reasoning-format deepseek \
--cache-type-k q4_0 \
--cache-type-v q4_0 \
--host 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment