mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-18 06:35:01 +08:00
Fix quickstart.rst typo jinja (#1964)
This commit is contained in:
parent
ebede26ebf
commit
42c02f5892
@ -129,7 +129,7 @@ By default, the server uses a predefined chat template stored in the tokenizer.
|
|||||||
|
|
||||||
$ python -m vllm.entrypoints.openai.api_server \
|
$ python -m vllm.entrypoints.openai.api_server \
|
||||||
$ --model facebook/opt-125m \
|
$ --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:
|
This server can be queried in the same format as OpenAI API. For example, list the models:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user