Skip to content

Commit cde9ea0

Browse files
committed
docs: class migration from sphinx to mkdocs (v1)
Signed-off-by: Zerohertz <[email protected]>
1 parent 4186638 commit cde9ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/v1/worker/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def sanity_check_mm_encoder_outputs(
1010
) -> None:
1111
"""
1212
Perform sanity checks for the result of
13-
{meth}`vllm.model_executor.models.SupportsMultiModal.get_multimodal_embeddings`.
13+
[`vllm.model_executor.models.SupportsMultiModal.get_multimodal_embeddings`][].
1414
"""
1515
assert isinstance(mm_embeddings, (list, tuple, torch.Tensor)), (
1616
"Expected multimodal embeddings to be a list/tuple of 2D tensors, "
@@ -39,7 +39,7 @@ def scatter_mm_placeholders(
3939
Scatter the multimodal embeddings into a contiguous tensor that represents
4040
the placeholder tokens.
4141
42-
{class}`vllm.multimodal.processing.PromptUpdateDetails.is_embed`.
42+
[`vllm.multimodal.processing.PromptUpdateDetails.is_embed`][].
4343
4444
Args:
4545
embeds: The multimodal embeddings.

0 commit comments

Comments
 (0)