[Doc] Use intersphinx and update entrypoints docs (#5125)

This commit is contained in:
Cyrus Leung
2024-05-31 00:59:23 +08:00
committed by GitHub
parent d79d9eaaff
commit a9bcc7afb2
4 changed files with 32 additions and 13 deletions

View File

@@ -70,8 +70,8 @@ class LLMEngine:
The :class:`~vllm.LLM` class wraps this class for offline batched inference
and the :class:`AsyncLLMEngine` class wraps this class for online serving.
NOTE: The config arguments are derived from the :class:`~vllm.EngineArgs`
class. For the comprehensive list of arguments, see :ref:`engine_args`.
The config arguments are derived from :class:`~vllm.EngineArgs`. (See
:ref:`engine_args`)
Args:
model_config: The configuration related to the LLM model.