This commit is contained in:
2026-03-30 17:12:58 +09:00
parent 3bbdf47011
commit c5301174e6
42 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ fun getLlamaBinPath(): String {
}
// Windows NUC
os.contains("win") -> {
"$basePath/win-x64/llama-server.exe"
"$basePath/win-x64-n/llama-server.exe"
}
else -> "$basePath/llama-server"
}