Views
No views yet
llama-cli -hf nphearum/Qwen3.5-9bxOpus-4.7-sonic-GGUF --jinja1llama-server \
2 -m Qwen3.5-9bxOpus-4.7-sonic-GGUF.Q4_K_M.gguf \
3 --port 8001 --alias qwen3.5-9b-opus \
4 -c 65536 -n 8192 \
5 --temp 0.6 --top-p 0.95 --top-k 40 --repeat-penalty 1.05 \
6 --flash-attn on --ctk q8_0 --ctv q8_0 \
7 --jinja --chat-template-kwargs '{"enable_thinking": true}' \
8 -ngl -1--ctk q8_0 --ctv q8_0 for better cache and load.1llama-server \
2 -m Qwen3.5-9bxOpus-4.7-sonic-GGUF.Q4_K_M.gguf \
3 --port 53281 \
4 -c 131072 \
5 --parallel 1 \
6 --flash-attn on \
7 --no-context-shift \
8 -ngl -1 \
9 --jinja \
10 --chat-template-kwargs "{\"enable_thinking\": true}" \
11 --mmproj Qwen3.5-9bxOpus-4.7-sonic-GGUF.BF16-mmproj.gguf| Mode | Flags |
|---|---|
| Coding | --temp 0.4 --top-p 0.9 --top-k 50 --repeat-penalty 1.1 |
| Reasoning | --temp 0.6 --top-p 0.95 --top-k 40 |
| Low VRAM | -c 32768 -n 4096 --flash-attn off -ngl 20 |
-ngl -1)