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
norm
vllm
Commits
86fd8bb0
Unverified
Commit
86fd8bb0
authored
Feb 18, 2024
by
Simon Mo
Committed by
GitHub
Feb 18, 2024
Browse files
Add warning to prevent changes to benchmark api server (#2858)
parent
ab3a5a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
vllm/entrypoints/api_server.py
vllm/entrypoints/api_server.py
+6
-0
No files found.
vllm/entrypoints/api_server.py
View file @
86fd8bb0
"""
NOTE: This API server is used only for demonstrating usage of AsyncEngine and simple performance benchmarks.
It is not intended for production use. For production use, we recommend using our OpenAI compatible server.
We are also not going to accept PRs modifying this file, please change `vllm/entrypoints/openai/api_server.py` instead.
"""
import
argparse
import
argparse
import
json
import
json
from
typing
import
AsyncGenerator
from
typing
import
AsyncGenerator
...
...
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