File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ def __init__(self, tracker: MultiModalItemTracker) -> None:
810810
811811 self ._connector : MediaConnector = MEDIA_CONNECTOR_REGISTRY .load (
812812 envs .VLLM_MEDIA_CONNECTOR ,
813- media_io_kwargs = self . _tracker . _model_config . media_io_kwargs ,
813+ media_io_kwargs = media_io_kwargs ,
814814 allowed_local_media_path = tracker .allowed_local_media_path ,
815815 allowed_media_domains = tracker .allowed_media_domains ,
816816 )
@@ -896,7 +896,7 @@ def __init__(self, tracker: AsyncMultiModalItemTracker) -> None:
896896 media_io_kwargs = getattr (multimodal_config , "media_io_kwargs" , None )
897897 self ._connector : MediaConnector = MEDIA_CONNECTOR_REGISTRY .load (
898898 envs .VLLM_MEDIA_CONNECTOR ,
899- media_io_kwargs = self . _tracker . _model_config . media_io_kwargs ,
899+ media_io_kwargs = media_io_kwargs ,
900900 allowed_local_media_path = tracker .allowed_local_media_path ,
901901 allowed_media_domains = tracker .allowed_media_domains ,
902902 )
You can’t perform that action at this time.
0 commit comments