-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add T5TTS #11193
base: main
Are you sure you want to change the base?
Add T5TTS #11193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some comments and potential bugfix suggestions.
examples/tts/speechllm/conf/megatron_t5_speechllm_inference_model.yaml
Outdated
Show resolved
Hide resolved
examples/tts/speechllm/conf/megatron_t5_speechllm_inference_model.yaml
Outdated
Show resolved
Hide resolved
examples/tts/speechllm/conf/megatron_t5_speechllm_inference_multiencoder.yaml
Outdated
Show resolved
Hide resolved
examples/tts/speechllm/conf/megatron_t5_speechllm_inference_multiencoder.yaml
Outdated
Show resolved
Hide resolved
examples/tts/speechllm/conf/megatron_t5_speechllm_multiencoder.yaml
Outdated
Show resolved
Hide resolved
nemo/collections/tts/models/speechllm/megatron_t5_speechllm_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/tts/models/speechllm/megatron_t5_speechllm_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/tts/models/speechllm/megatron_t5_speechllm_model.py
Outdated
Show resolved
Hide resolved
nemo/collections/tts/models/speechllm/megatron_t5_speechllm_model.py
Outdated
Show resolved
Hide resolved
045c040
to
a5b5d94
Compare
nemo/collections/nlp/modules/common/megatron/token_level_encoder_decoder.py
Fixed
Show fixed
Hide fixed
nemo/collections/tts/models/speechllm/megatron_base_speechllm_prompt_model.py
Dismissed
Show dismissed
Hide dismissed
nemo/collections/tts/models/speechllm/megatron_base_speechllm_prompt_model.py
Dismissed
Show dismissed
Hide dismissed
nemo/collections/tts/models/speechllm/megatron_base_speechllm_prompt_model.py
Dismissed
Show dismissed
Hide dismissed
nemo/collections/tts/models/speechllm/megatron_base_speechllm_prompt_model.py
Dismissed
Show dismissed
Hide dismissed
6d6973d
to
a5c7eed
Compare
Signed-off-by: Jason <[email protected]>
Signed-off-by: blisc <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: XuesongYang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: Xuesong Yang <[email protected]>
…s in ParallelTransformerLayer_ class. Signed-off-by: Xuesong Yang <[email protected]>
a5c7eed
to
ca13850
Compare
Signed-off-by: XuesongYang <[email protected]>
beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base. Your code was analyzed with PyLint. The following annotations have been identified:
Thank you for improving NeMo's documentation! |
beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base. Your code was analyzed with PyLint. The following annotations have been identified:
Thank you for improving NeMo's documentation! |
What does this PR do ?
Adds T5 TTS model
Collection: tts, nlp
Changelog
Usage
# Add a code snippet demonstrating how to use this