vllm/docs/source/serving/engine_args.md
Harry Mellor 0422ce109f
Add :markdownhelp: to EngineArgs docs so markdown docstrings render properly (#17124)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
2025-04-24 10:28:45 -07:00

914 B

(engine-args)=

Engine Arguments

Engine arguments control the behavior of the vLLM engine.

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: