vllm/docs/source/serving/engine_args.md
Trevor Royer 55f1a468d9
Move cli args docs to its own page (#18228) (#18264)
Signed-off-by: Trevor Royer <troyer@redhat.com>
2025-05-16 19:43:45 -07:00

1.0 KiB

(engine-args)=

Engine Arguments

Engine arguments control the behavior of the vLLM engine.

For references to all arguments available from vllm serve see the serve args documentation.

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: