fix(halo): fix systemd description for llama
This commit is contained in:
parent
7ebd97629d
commit
02b3c73376
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
{
|
||||
systemd.services.llama-server = {
|
||||
description = "llama.cpp server (Qwen3.6-35B-A3B, ROCm)";
|
||||
description = "llama.cpp server (Qwen3.6-27B-MTP, ROCm)";
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue