From d50ef031c2849c3607e8438c38821dd911bf65c0 Mon Sep 17 00:00:00 2001 From: DarkLight1337 Date: Fri, 20 Dec 2024 05:10:37 +0000 Subject: [PATCH] Fix typo Signed-off-by: DarkLight1337 --- vllm/inputs/registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vllm/inputs/registry.py b/vllm/inputs/registry.py index 6855b4c017cfe..5bf44bd95acb9 100644 --- a/vllm/inputs/registry.py +++ b/vllm/inputs/registry.py @@ -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