Skip to content

Commit

Permalink
[Bugfix] Fix CLI arguments in OpenAI server docs (vllm-project#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored and tjohnson31415 committed May 16, 2024
1 parent 0a838de commit b4214c5
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
Expand Up @@ -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 b4214c5

Please sign in to comment.