[Feature] support mm_processor_kwargs for flexible model

This commit is contained in:
Wanglongzhi2001
2026-02-24 13:21:46 +08:00
committed by lizhenyun01
parent a29ee57e15
commit 14ea7243e1
+1
View File
@@ -76,6 +76,7 @@ class InputPreprocessor:
model_name_or_path=self.model_name_or_path,
reasoning_parser_obj=reasoning_parser_obj,
tool_parser_obj=tool_parser_obj,
mm_processor_kwargs=self.mm_processor_kwargs,
)
except:
if not self.model_config.enable_mm: