This commit is contained in:
lunaticbum 2026-04-07 18:10:10 +09:00
parent 537aec9302
commit fed80636e7

View File

@ -84,7 +84,7 @@ fun getLlamaBinPath(): String {
"$basePath/mac-x64/llama-server" "$basePath/mac-x64/llama-server"
} }
// Windows NUC // Windows NUC
os.contains("win") -> { os.contains("win-n") -> {
"$basePath/win-x64/llama-server.exe" "$basePath/win-x64/llama-server.exe"
} }
else -> "$basePath/llama-server" else -> "$basePath/llama-server"