Views
No views yet
llama-cli -hf nphearum/Qwen3.5-4BxOpus-4.7-Code-Reasoning-Distilled-GGUF --jinja1llama-server \
2 -m Qwen3.5-4BxOpus-4.7-Code-Reasoning-Distilled.Q4_K_M.gguf \
3 --port 8001 --alias qwen3.5-4b-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| 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)