diff --git a/crates/llama-cpp-server/src/supervisor.rs b/crates/llama-cpp-server/src/supervisor.rs index 9cd8bc4b7f50..b8495641bacf 100644 --- a/crates/llama-cpp-server/src/supervisor.rs +++ b/crates/llama-cpp-server/src/supervisor.rs @@ -36,8 +36,7 @@ impl LlamaCppSupervisor { .expect("Failed to get parent directory") .join(&binary_name) .display() - .to_string() - + std::env::consts::EXE_SUFFIX; + .to_string(); let mut command = tokio::process::Command::new(server_binary); command