kv-landlords / vllm /docs /configuration /engine_args.md
a1exxd0's picture
Upload kv-quant (INT4/NVFP4 KIVI) work + vLLM fork source
6e668dc verified
|
Raw
History Blame Contribute Delete
908 Bytes
metadata
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.

--8<-- "docs/cli/json_tip.inc.md"

EngineArgs

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

AsyncEngineArgs

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