Skip to content

Commit 3919e67

Browse files
authored
Update README.md
1 parent 193f295 commit 3919e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This example demonstrates a simple HTTP API server and a simple web front end to
55
Command line options:
66

77
- `--threads N`, `-t N`: Set the number of threads to use during computation.
8+
- `-ppt N`, `--pp-threads N`: Set the number of threads to use during prompt processing only.
89
- `-m FNAME`, `--model FNAME`: Specify the path to the LLaMA model file (e.g., `models/7B/ggml-model.bin`).
910
- `-m ALIAS`, `--alias ALIAS`: Set an alias for the model. The alias will be returned in API responses.
1011
- `-c N`, `--ctx-size N`: Set the size of the prompt context. The default is 512, but LLaMA models were built with a context of 2048, which will provide better results for longer input/inference. The size may differ in other models, for example, baichuan models were build with a context of 4096.

0 commit comments

Comments
 (0)