Skip to content

Commit

Permalink
fix ci (ggerganov#8494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson authored and arthw committed Jul 27, 2024
1 parent e128332 commit 38903b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ retrieval:
--context-file FNAME file to load context from (repeat to specify multiple files)
--chunk-size N minimum length of embedded text chunks (default: 64)
--chunk-separator STRING
--chunk-separator STRING
separator between chunks (default: '
')
Expand Down Expand Up @@ -256,7 +256,7 @@ server:
--threads-http N number of threads used to process HTTP requests (default: -1)
--system-prompt-file FNAME
set a file to load a system prompt (initial prompt of all slots), this is useful for chat applications
--log-format {text,json}
--log-format {text,json}
log output format: json or text (default: json)
--metrics enable prometheus compatible metrics endpoint (default: disabled)
--no-slots disables slots monitoring endpoint (default: enabled)
Expand Down

0 comments on commit 38903b5

Please sign in to comment.