diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index b56cea3..cdd1e96 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -84,7 +84,7 @@ fun getLlamaBinPath(): String { "$basePath/mac-x64/llama-server" } // Windows NUC - os.contains("win") -> { + os.contains("win-n") -> { "$basePath/win-x64/llama-server.exe" } else -> "$basePath/llama-server"