[Bugfix] Fix CLI arguments in OpenAI server docs (#4709)

This commit is contained in:
Cyrus Leung 2024-05-10 00:53:14 +08:00 committed by GitHub
parent ff5abcd746
commit a3c124570a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,5 +108,5 @@ directory [here](https://github.com/vllm-project/vllm/tree/main/examples/)
```{argparse}
:module: vllm.entrypoints.openai.cli_args
:func: make_arg_parser
:prog: vllm-openai-server
:prog: -m vllm.entrypoints.openai.api_server
```