Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8893130b
Unverified
Commit
8893130b
authored
Jul 01, 2024
by
youkaichao
Committed by
GitHub
Jul 01, 2024
Browse files
[doc][misc] further lower visibility of simple api server (#6041)
Co-authored-by:
Simon Mo
<
simon.mo@hey.com
>
parent
bb603268
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
examples/api_client.py
examples/api_client.py
+6
-1
No files found.
examples/api_client.py
View file @
8893130b
"""Example Python client for vllm.entrypoints.api_server"""
"""Example Python client for vllm.entrypoints.api_server
NOTE: The API server is used only for demonstration and simple performance
benchmarks. It is not intended for production use.
For production use, we recommend vllm.entrypoints.openai.api_server
and the OpenAI client API
"""
import
argparse
import
json
...
...
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