Views
No views yet
1/path/to/ik_llama.cpp/build/bin/llama-server \
2 --model Qwen3.6-35B-A3B-IQ4_K_R4.gguf \
3 -ngl 99 --n-cpu-moe 3 -fa 1 -ctk q4_0 -ctv q4_0 \
4 -c 131072 --temp 0.6 --jinja --port 8080--n-cpu-moe 3 offloads 3 expert layers to CPU, keeping VRAM usage within 16 GB while maintaining full GPU utilization for attention and dense layers.enable_thinking parameter:"chat_template_kwargs": {"enable_thinking": false}qwen3_nonthinking.jinja to suppress thinking by default.