vllm/docs/configuration/engine_args.md
Harry Mellor 3482fd7e4e
[Doc] Add engine args back in to the docs (#20674)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
2025-07-10 08:02:40 -07:00

848 B

toc_depth
3

Engine Arguments

Engine arguments control the behavior of the vLLM engine.

The engine argument classes, [EngineArgs][vllm.engine.arg_utils.EngineArgs] and [AsyncEngineArgs][vllm.engine.arg_utils.AsyncEngineArgs], are a combination of the configuration classes defined in [vllm.config][]. Therefore, if you are interested in developer documentation, we recommend looking at these configuration classes as they are the source of truth for types, defaults and docstrings.

EngineArgs

--8<-- "docs/argparse/engine_args.md"

AsyncEngineArgs

--8<-- "docs/argparse/async_engine_args.md"