Created
April 28, 2026 22:32
-
-
Save chadbrewbaker/430098497a71df9688e968d8010fcc92 to your computer and use it in GitHub Desktop.
Localhost llama.cpp configuration for Qwen3.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./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