[data] fix internvl plugin (#7817)

This commit is contained in:
Kingsley
2025-04-23 00:58:22 +08:00
committed by GitHub
parent 49f9ed0232
commit fa0eb91f1f
4 changed files with 24 additions and 28 deletions

View File

@@ -231,6 +231,10 @@ class ProcessorArguments:
default=False,
metadata={"help": "Use pan and scan to process image for gemma3."},
)
crop_to_patches: bool = field(
default=False,
metadata={"help": "Whether to crop the image to patches for internvl."},
)
use_audio_in_video: bool = field(
default=False,
metadata={"help": "Whether or not to use audio in video inputs."},