I'm new to this and am not sure if I'm optimizing this correctly or if my numbers are way off.
37k tokens 16.87 tg
120k tokens 404.24 pp
921 tokens 28.94 tg
12380 tokens 760.36 pp
7950X 16c/32t
32GB DDR5 4800
7900 XTX 24GB
ExecStart=%h/src/llama.cpp/build/bin/llama-server \
--flash-attn on\
--models-preset %h/llm-models/presets.ini \
--models-max 1 \
--slot-save-path %h/llm-kv-cache \
--host 0.0.0.0 \
--port 8080 \
-t 8
[Qwen3.8-27B]
model = ~/llm-models/Qwen3.8-27B-Q4_K_M.gguf
n-gpu-layers = 99
ctx-size = 163840
cache-type-k = q8_0
cache-type-v = q8_0
split-mode = none
main-gpu = 0