optimum/habana/transformers/models/seamless_m4t/__init__.py (12 lines of code) (raw):
from .modeling_seamless_m4t import (
gaudi_SeamlessM4TAttention_forward,
gaudi_SeamlessM4TCodeHifiGan_get_output_hifigan_lengths,
gaudi_SeamlessM4TDecoder_forward,
gaudi_SeamlessM4TDecoderLayer_forward,
gaudi_SeamlessM4TForTextToSpeech_forward,
gaudi_SeamlessM4TForTextToSpeech_generate,
gaudi_SeamlessM4TForTextToSpeech_prepare_inputs_for_generation,
gaudi_SeamlessM4TTextToUnitForConditionalGeneration_forward,
gaudi_SeamlessM4TTextToUnitForConditionalGeneration_prepare_inputs_for_generation,
gaudi_SeamlessM4TTextToUnitModel_forward,
)