This commit is contained in:
2026-04-06 15:07:14 +09:00
parent 72b99769b5
commit a700d54dfe
5 changed files with 198 additions and 101 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ fun getLlamaBinPath(): String {
}
// Windows NUC
os.contains("win") -> {
"$basePath/win-x64-n/llama-server.exe"
"$basePath/win-x64/llama-server.exe"
}
else -> "$basePath/llama-server"
}