[Bugfix] Fix the linter (#19826)
Signed-off-by: Lu Fang <lufang@fb.com>
This commit is contained in:
@@ -146,11 +146,11 @@ class Qwen2_5OmniThinkerProcessingInfo(Qwen2AudioProcessingInfo,
|
||||
kwargs["fps"] = fps
|
||||
processor = self.ctx.get_hf_processor(
|
||||
Qwen2_5OmniProcessor,
|
||||
image_processor=self.get_image_processor(
|
||||
min_pixels=min_pixels,
|
||||
max_pixels=max_pixels,
|
||||
size=size,
|
||||
use_fast=kwargs.get("use_fast", True)),
|
||||
image_processor=self.get_image_processor(min_pixels=min_pixels,
|
||||
max_pixels=max_pixels,
|
||||
size=size,
|
||||
use_fast=kwargs.get(
|
||||
"use_fast", True)),
|
||||
**kwargs,
|
||||
)
|
||||
if not hasattr(processor, "audio_token"):
|
||||
|
||||
Reference in New Issue
Block a user