This commit is contained in:
2026-04-08 08:23:39 +09:00
parent fed80636e7
commit 9037710ada
3 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ fun getLlamaBinPath(): String {
"$basePath/mac-x64/llama-server"
}
// Windows NUC
os.contains("win-n") -> {
"$basePath/win-x64/llama-server.exe"
os.contains("win") -> {
"$basePath/win-x64-n/llama-server.exe"
}
else -> "$basePath/llama-server"
}