Skip to content

Commit d0b6102

Browse files
committed
readme : remove old args [no ci]
1 parent 41ecc24 commit d0b6102

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/server/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ The project is under active development, and we are [looking for feedback and co
4545
| `-ub, --ubatch-size N` | physical maximum batch size (default: 512)<br/>(env: LLAMA_ARG_UBATCH) |
4646
| `--keep N` | number of tokens to keep from the initial prompt (default: 0, -1 = all) |
4747
| `-fa, --flash-attn` | enable Flash Attention (default: disabled)<br/>(env: LLAMA_ARG_FLASH_ATTN) |
48-
| `-p, --prompt PROMPT` | prompt to start generation with |
4948
| `--no-perf` | disable internal libllama performance timings (default: false)<br/>(env: LLAMA_ARG_NO_PERF) |
50-
| `-f, --file FNAME` | a file containing the prompt (default: none) |
51-
| `-bf, --binary-file FNAME` | binary file containing the prompt (default: none) |
5249
| `-e, --escape` | process escapes sequences (\n, \r, \t, \', \", \\) (default: true) |
5350
| `--no-escape` | do not process escape sequences |
5451
| `--rope-scaling {none,linear,yarn}` | RoPE frequency scaling method, defaults to linear unless specified by the model<br/>(env: LLAMA_ARG_ROPE_SCALING_TYPE) |

0 commit comments

Comments
 (0)