[deps] update to transformers 4.52 (#8125)
This commit is contained in:
@@ -119,7 +119,7 @@ class DataArguments:
|
||||
default=None,
|
||||
metadata={"help": "Override the default system message in the template."},
|
||||
)
|
||||
enable_thinking: bool = field(
|
||||
enable_thinking: Optional[bool] = field(
|
||||
default=True,
|
||||
metadata={"help": "Whether or not to enable thinking mode for reasoning models."},
|
||||
)
|
||||
|
||||
@@ -235,10 +235,6 @@ class ProcessorArguments:
|
||||
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."},
|
||||
)
|
||||
video_max_pixels: int = field(
|
||||
default=256 * 256,
|
||||
metadata={"help": "The maximum number of pixels of video inputs."},
|
||||
@@ -255,6 +251,10 @@ class ProcessorArguments:
|
||||
default=128,
|
||||
metadata={"help": "The maximum number of sampled frames for video inputs."},
|
||||
)
|
||||
use_audio_in_video: bool = field(
|
||||
default=False,
|
||||
metadata={"help": "Whether or not to use audio in video inputs."},
|
||||
)
|
||||
audio_sampling_rate: int = field(
|
||||
default=16000,
|
||||
metadata={"help": "The sampling rate of audio inputs."},
|
||||
|
||||
Reference in New Issue
Block a user