Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 20, 2024
1 parent c0454f5 commit d50ef03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/inputs/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def get_modality_processor(
)
if modality_processor is None:
raise AttributeError(
f"Cannot found HuggingFace processor for "
f"{modality_data_key} inside {type(hf_processor)}")
f"Cannot find HuggingFace processor for {modality_data_key} "
f"inside {type(hf_processor)}")

return modality_processor

Expand Down

0 comments on commit d50ef03

Please sign in to comment.