Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hnyls2002 committed Oct 20, 2024
1 parent 0a7c8f0 commit d127e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/managers/image_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def _process_single_image(self, image_data: Union[bytes, str]):
return self._process_single_image_task(image_data)

async def process_images_async(
self, image_data: List[Union[str, bytes]], request_obj
self, image_data: List[Union[str, bytes]], input_text, request_obj
):
if not image_data:
return None
Expand Down

0 comments on commit d127e15

Please sign in to comment.