fix(halo): fix systemd description for llama

This commit is contained in:
Harald Hoyer 2026-05-06 14:03:28 +02:00
parent 1aa98a8051
commit b548126fb8

View file

@ -29,7 +29,7 @@
ExecStart = lib.concatStringsSep " " [
"${pkgs.llama-cpp-rocm}/bin/llama-server"
"--flash-attn on"
"--parallel 2"
"--parallel 1"
"--jinja"
"--host 0.0.0.0"
"--port 8000"
@ -43,7 +43,7 @@
"--temp 0.6 --top-p 0.95 --top-k 20 --min-p 0.00"
"--no-context-shift"
''--chat-template-kwargs '{"preserve_thinking": true}' ''
"-c 524288"
"-c 262144"
"--fit on"
"--slot-save-path %C/llama-server/kv-slots"
"--spec-type mtp --spec-draft-n-max 3"