Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CLI args not showning in OpenAI server docs
Browse files Browse the repository at this point in the history
DarkLight1337 committed May 9, 2024
1 parent 190bc83 commit b23fb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/serving/openai_compatible_server.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit b23fb3d

Please sign in to comment.