Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 14, 2024
1 parent ab6f9a8 commit 8cf2512
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 @@ -91,7 +91,7 @@ def get_hf_processor(self, **kwargs: object) -> ProcessorMixin:
base_kwargs = self.model_config.mm_processor_kwargs
if base_kwargs is None:
base_kwargs = {}

merged_kwargs = {**base_kwargs, **kwargs}

return cached_get_processor(
Expand All @@ -100,7 +100,7 @@ def get_hf_processor(self, **kwargs: object) -> ProcessorMixin:
trust_remote_code=self.model_config.trust_remote_code,
**merged_kwargs,
)

def resolve_hf_processor_call_kwargs(
self,
hf_processor: ProcessorMixin,
Expand Down

0 comments on commit 8cf2512

Please sign in to comment.