feat(halo): coder next
This commit is contained in:
parent
7b04b55ce8
commit
ca4ee90828
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ with lib.metacfg;
|
|||
./hardware-configuration.nix
|
||||
#./xremap.nix
|
||||
./wyoming.nix
|
||||
./llama-server-27B.nix
|
||||
./llama-server-coder-next.nix
|
||||
];
|
||||
|
||||
boot.lanzaboote.pkiBundle = "/var/lib/sbctl";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p %C/llama-server/kv-slots-coder-next";
|
||||
ExecStart = lib.concatStringsSep " " [
|
||||
"${pkgs.llama-cpp-rocm}/bin/llama-server"
|
||||
"--flash-attn on"
|
||||
"--flash-attn on"
|
||||
"--parallel 1"
|
||||
"--jinja"
|
||||
"--host 0.0.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue