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 Nov 26, 2024
1 parent d697241 commit ca11cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/multimodal/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ def _apply_hf_processor(
mm_processor_kwargs: Mapping[str, object],
) -> BatchFeature:
hf_processor = self.ctx.get_hf_processor()

processor_data = dict[str, Any]()
passthrough_data = dict[str, Any]()
for k, v in mm_data.items():
Expand Down

0 comments on commit ca11cc9

Please sign in to comment.