I am looking for vLLM serving engine arguments for the following versions 0.9.1 and latest.
All I could find is the below link.
For vLLM version 0.9.1 and the latest, the serving engine arguments are now documented at Engine Arguments - vLLM. The documentation structure changed after v0.8.5, and the previous flat list of arguments was replaced by grouped, auto-generated docs. For a full list of CLI arguments for vllm serve, see also Server Arguments - vLLM and use vllm serve --help for the most up-to-date options.
If you need a static, versioned reference like the old docs, the new documentation points users to the configuration classes and CLI help output, but does not provide a single flat page per version as before. This change has been discussed in the community, and the current approach is to use the latest docs and CLI help for argument discovery. Would you like more detail on how to navigate or extract arguments for a specific version?
Sources:
- https://docs.vllm.ai/en/latest/configuration/engine_args/
- https://docs.vllm.ai/en/latest/configuration/serve_args/
Hint: Mention @RunLLM in the post for followups.