This commit is contained in:
parent
4c002eba6a
commit
d8b40f73ff
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ async fn start_llm_server(
|
|||
|
||||
let mut cmd = tokio::process::Command::new("sh");
|
||||
cmd.arg("-c").arg(format!(
|
||||
"cd {} && ./llama-server -m {} --host 0.0.0.0 --port {} --threads 8 --threads-batch 18 --temp 0.7 --parallel 3 --repeat-penalty 1.1 --ctx-size 2096 --batch-size 2048 -n 255 --mlock --no-mmap &",
|
||||
"cd {} && ./llama-server -m {} --host 0.0.0.0 --port {} --threads 8 --threads-batch 18 --temp 0.7 --parallel 3 --repeat-penalty 1.1 --ctx-size 1024 --batch-size 4096 -n 255 --mlock --no-mmap &",
|
||||
llama_cpp_path, model_path, port
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue