Skip to content

[TTS][EasyMagpietts] Online CFG Distillation - #15933

Closed
artem-gorodetskii wants to merge 2 commits into
mainfrom
easymagpietts_online_cfg_distillation
Closed

[TTS][EasyMagpietts] Online CFG Distillation#15933
artem-gorodetskii wants to merge 2 commits into
mainfrom
easymagpietts_online_cfg_distillation

[TTS][EasyMagpietts] WIP 2

81a7ee8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 28, 2026 in 4s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 warning

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 2911 in nemo/collections/tts/models/easy_magpietts_cfg_distillation.py

See this annotation in the file changed.

Code scanning / CodeQL

Superclass attribute shadows subclass method Error

This method is shadowed by
attribute training_step
in superclass
ModelPT
.

Check warning on line 2327 in nemo/collections/tts/models/easy_magpietts_cfg_distillation.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method does not accept keyword argument audio_codes, which overridden
EasyMagpieTTSModel.prepare_audio_channel_embeddings
does.
This call
correctly calls the base method, but does not match the signature of the overriding method.