Skip to content

Commit 8d5d67e

Browse files
Update vllm/model_executor/models/transformers.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
1 parent 8c1f220 commit 8d5d67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def apply(
311311
"""
312312
if return_mm_hashes:
313313
raise ValueError(
314-
"TransformersMultimodalLM doesn't support mm hashing yet! "
314+
"TransformersForMultimodalLM doesn't support mm hashing yet! "
315315
"Probably you didn't set `disable_mm_preprocessor_cache=True`")
316316

317317
mm_items = self._to_mm_items(mm_data)

0 commit comments

Comments
 (0)