mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 15:04:53 +08:00
914 B
914 B
(engine-args)=
Engine Arguments
Engine arguments control the behavior of the vLLM engine.
- For offline inference, they are part of the arguments to
LLMclass. - For online serving, they are part of the arguments to
vllm serve.
Below, you can find an explanation of every engine argument:
.. argparse::
:module: vllm.engine.arg_utils
:func: _engine_args_parser
:prog: vllm serve
:nodefaultconst:
:markdownhelp:
Async Engine Arguments
Additional arguments are available to the asynchronous engine which is used for online serving:
.. argparse::
:module: vllm.engine.arg_utils
:func: _async_engine_args_parser
:prog: vllm serve
:nodefaultconst:
:markdownhelp: