Skip to content

Commit

Permalink
Don't show default value for flags in EngineArgs (vllm-project#4223)
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Mellor <[email protected]>
  • Loading branch information
2 people authored and ZackBradshaw committed Apr 22, 2024
1 parent 56dd9e2 commit 505adb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/models/engine_args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Below, you can find an explanation of every engine argument for vLLM:
:module: vllm.engine.arg_utils
:func: _engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:

Async Engine Arguments
----------------------
Expand All @@ -18,4 +19,5 @@ Below are the additional arguments related to the asynchronous engine:
.. argparse::
:module: vllm.engine.arg_utils
:func: _async_engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:

0 comments on commit 505adb0

Please sign in to comment.