Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 13, 2024
1 parent ba62294 commit 1d23248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llama-cpp-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ mod tests {
let registry = ModelRegistry::new(registry).await;
let model_path = registry.get_model_path(name).display().to_string();

let server = LlamaCppServer::new("cpu", &model_path, false, 1);
let server = LlamaCppServer::new("cpu", &model_path, 1);
server.start().await;

let s = server
Expand Down

0 comments on commit 1d23248

Please sign in to comment.