mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 18:54:55 +08:00
Don't show default value for flags in EngineArgs (#4223)
Co-authored-by: Harry Mellor <hmellor@oxts.com>
This commit is contained in:
parent
cc74b2b232
commit
fe7d648fe5
@ -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
|
||||
----------------------
|
||||
@ -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:
|
||||
Loading…
x
Reference in New Issue
Block a user