[Deprecation] Deprecate seed_everything and scatter_mm_placeholders in v0.15 (#33362)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-01-30 21:54:16 -05:00
committed by GitHub
parent 64a40a7ab4
commit 010ec0c30e
3 changed files with 0 additions and 75 deletions

View File

@@ -103,14 +103,6 @@ class VoxtralProcessorAdapter:
def begin_audio_token_id(self) -> int:
return self._audio_processor.special_ids.begin_audio
# @cached_property
# def begin_transcript_token_id(self) -> int:
# return self._audio_processor.special_ids.begin_transcript
# @cached_property
# def end_transcript_token_id(self) -> int:
# return self._audio_processor.special_ids.end_transcript
@cached_property
def sampling_rate(self) -> int:
return self._audio_processor.audio_config.sampling_rate