Add warning to prevent changes to benchmark api server (#2858)

This commit is contained in:
Simon Mo 2024-02-18 21:36:19 -08:00 committed by GitHub
parent ab3a5a8259
commit 86fd8bb0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 json
from typing import AsyncGenerator