fix(halo): 27b
This commit is contained in:
parent
689cdec28d
commit
04342222a2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
StateDirectory = "llama-server";
|
||||
CacheDirectory = "llama-server";
|
||||
WorkingDirectory = "%S/llama-server";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p %C/llama-server/kv-slots";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p %C/llama-server/kv-slots-27B";
|
||||
ExecStart = lib.concatStringsSep " " [
|
||||
"${pkgs.llama-cpp-rocm}/bin/llama-server"
|
||||
"--flash-attn on"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue