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