[Docs] Fix warnings in mkdocs build (#23649)

Signed-off-by: Zerohertz <ohg3417@gmail.com>
Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Hyogeun Oh (오효근)
2025-08-27 03:19:23 +09:00
committed by GitHub
parent 9b0187003e
commit 730d0ac8b9
14 changed files with 66 additions and 58 deletions

View File

@@ -644,10 +644,10 @@ class LLMEngine:
Details:
- Set arrival_time to the current time if it is None.
- Set prompt_token_ids to the encoded prompt if it is None.
- Create `n` number of [Sequence][vllm.Sequence] objects.
- Create a [SequenceGroup][vllm.SequenceGroup] object
from the list of [Sequence][vllm.Sequence].
- Add the [SequenceGroup][vllm.SequenceGroup] object to the
- Create `n` number of [Sequence][vllm.sequence.Sequence] objects.
- Create a [SequenceGroup][vllm.sequence.SequenceGroup] object
from the list of [Sequence][vllm.sequence.Sequence].
- Add the [SequenceGroup][vllm.sequence.SequenceGroup] object to the
scheduler.
Example: