Skip to content

Commit a1e9524

Browse files
committed
Remove n-predict
1 parent 1887a24 commit a1e9524

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/server.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ Write-Host "Starting llama.cpp server with custom options at http://127.0.0.1:${
302302
$commandBinary = "${llamaCppPath}\build\bin\Release\llama-server"
303303

304304
$commandArguments = @(
305-
"--n-predict 1024",
306305
"--port '${port}'",
307306
"--model '${model}'",
308307
"--alias '${alias}'",

vendor/llama.cpp

0 commit comments

Comments
 (0)