We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6514f00 commit 61825bfCopy full SHA for 61825bf
fastdeploy/engine/common_engine.py
@@ -152,12 +152,11 @@ def start(self):
152
153
def create_data_processor(self):
154
self.input_processor = InputPreprocessor(
155
- self.cfg.tokenizer,
156
- self.cfg.structured_outputs_config.reasoning_parser,
157
- self.cfg.limit_mm_per_prompt,
158
- self.cfg.mm_processor_kwargs,
159
- self.cfg.model_config.enable_mm,
160
- self.cfg.tool_parser,
+ cfg.model_config,
+ cfg.structured_outputs_config.reasoning_parser,
+ cfg.limit_mm_per_prompt,
+ cfg.mm_processor_kwargs,
+ cfg.tool_parser,
161
)
162
self.data_processor = self.input_processor.create_processor()
163
0 commit comments