Skip to content

Commit

Permalink
Fix quickstart.rst typo jinja (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
gottlike authored Dec 7, 2023
1 parent ebede26 commit 42c02f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ By default, the server uses a predefined chat template stored in the tokenizer.
$ python -m vllm.entrypoints.openai.api_server \
$ --model facebook/opt-125m \
$ --chat-template ./examples/template_chatml.json
$ --chat-template ./examples/template_chatml.jinja
This server can be queried in the same format as OpenAI API. For example, list the models:

Expand Down

0 comments on commit 42c02f5

Please sign in to comment.