From ae7c1e24e33012def333bdceb15fc27ebab58147 Mon Sep 17 00:00:00 2001 From: wmantly Date: Mon, 14 Sep 2026 14:07:20 +0000 Subject: [PATCH] build(server): update launcher for upstream b11015 numa syntax --- scripts/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-server.sh b/scripts/start-server.sh index f2cba2b..410c4fe 100755 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -37,7 +37,7 @@ exec /opt/llama.cpp-xrip/build-nccl/bin/llama-server \ --reasoning-effort xhigh \ --reasoning-preserve \ --reasoning-format deepseek \ - --numa split \ + --numa isolate \ -ngl 99 \ -c 131072 \ --parallel 1 \