"recipes/vscode:/vscode.git/clone" did not exist on "dc9f80b341505be91ce308eb6df8cf6ce309596f"
Unverified Commit fe7d648f authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Don't show default value for flags in `EngineArgs` (#4223)


Co-authored-by: default avatarHarry Mellor <hmellor@oxts.com>
parent cc74b2b2
...@@ -9,6 +9,7 @@ Below, you can find an explanation of every engine argument for vLLM: ...@@ -9,6 +9,7 @@ Below, you can find an explanation of every engine argument for vLLM:
:module: vllm.engine.arg_utils :module: vllm.engine.arg_utils
:func: _engine_args_parser :func: _engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server :prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:
Async Engine Arguments Async Engine Arguments
---------------------- ----------------------
...@@ -18,4 +19,5 @@ Below are the additional arguments related to the asynchronous engine: ...@@ -18,4 +19,5 @@ Below are the additional arguments related to the asynchronous engine:
.. argparse:: .. argparse::
:module: vllm.engine.arg_utils :module: vllm.engine.arg_utils
:func: _async_engine_args_parser :func: _async_engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server :prog: -m vllm.entrypoints.openai.api_server
\ No newline at end of file :nodefaultconst:
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment