-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimize seamless-m4t model for text-to-speech generation
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
- Loading branch information
Showing
5 changed files
with
973 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
optimum/habana/transformers/models/seamless_m4t/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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, | ||
) |
Oops, something went wrong.