mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 18:25:01 +08:00
Add warning to prevent changes to benchmark api server (#2858)
This commit is contained in:
parent
ab3a5a8259
commit
86fd8bb0ac
@ -1,3 +1,9 @@
|
|||||||
|
"""
|
||||||
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user