any Recommended Runtime Parameters (llama.cpp / llama-server)

#19
by ynzheng - opened

mine on 32G ram with 7900XTX

llama-server.exe ^
--host 0.0.0.0 ^
--port 1337 ^
--gpu-layers all ^
--alias Qwen3.8-27B-Uncensored-Q4_K_M.JonathanColetti.gguf ^
--model \models\Qwen3.8-27B-Uncensored-Q4_K_M.JonathanColetti.gguf ^
--repeat-last-n 128 ^
--repeat-penalty 1.05 ^
--spec-draft-n-max 2 ^
--spec-draft-n-min 0 ^
--draft-p-min 0.75 ^
--spec-type draft-mtp ^
--temperature 0.2 ^
--top-p 0.9 ^
--no-webui ^
--ubatch-size 256 ^
--batch-size 256 ^
--ctx-size 81920 ^
--no-cont-batching ^
--flash-attn on ^
--fit off ^
--parallel 1 ^
--cache-type-k q4_0 ^
--cache-type-v turbo3 ^
--jinja ^
--verbose

Sign up or log in to comment