Fix quickstart.rst typo jinja (#1964)

This commit is contained in:
gottlike 2023-12-07 17:34:44 +01:00 committed by GitHub
parent ebede26ebf
commit 42c02f5892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: