Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIYIXNI
vllm
Commits
42c02f58
"vscode:/vscode.git/clone" did not exist on "6509ca6f85cc37d71abcfce2da0f8b2af56dac97"
Unverified
Commit
42c02f58
authored
Dec 07, 2023
by
gottlike
Committed by
GitHub
Dec 07, 2023
Browse files
Fix quickstart.rst typo jinja (#1964)
parent
ebede26e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/getting_started/quickstart.rst
docs/source/getting_started/quickstart.rst
+1
-1
No files found.
docs/source/getting_started/quickstart.rst
View file @
42c02f58
...
@@ -129,7 +129,7 @@ By default, the server uses a predefined chat template stored in the tokenizer.
...
@@ -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.j
son
$ --chat-template ./examples/template_chatml.j
inja
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment