>>108471508
oh I was using -ngl 999. I just tried --fit on and now I'm getting 2.2 tokens per second.
Is there anything else I could change to improve performance?
llama-server \
-m "$HOME/Desktop/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf" \
--host 0.0.0.0 \
--port 8080 \
--rope-scaling linear \
--fit on \
-c 8196 \
-t 8 \
-fa on \
--no-slots \
--jinja \
--chat-template-kwargs '{"enable_thinking": false}'