Skip to content

Conversation

@subhankar-ghosh
Copy link
Collaborator

Important

The Update branch button must only be pressed in very rare occassions.
An outdated branch is never blocking the merge of a PR.
Please reach out to the automation team before pressing that button.

What does this PR do ?

Add local transformer support to Longform MagpieTTS.

Collection: [Note which collection this PR will affect]

TTS

Changelog

  • Add specific line by line info of high level changes in this PR.

Usage

  • You can potentially add a usage example below
# Add a code snippet demonstrating how to use this 
# Add --use_local_transformer  to the python command.

python examples/tts/magpietts_inference.py \
    --nemo_files ${CKPT} \
    --datasets_json_path ${DATASET_JSON_PATH} \
    --out_dir ${OUT_DIR} \
    --codecmodel_path ${CODEC} \
    --longform_mode auto \
    --longform_max_decoder_steps 50000 \
    --batch_size 10 \
    --use_cfg \
    --apply_attention_prior \
    --apply_prior_to_layers "0,1,2,3,4,5,6,7,8,9,10,11" \
    --estimate_alignment_from_layers "4,5,6,7" \
    --use_local_transformer \
    --run_evaluation

GitHub Actions CI

The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.

The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".

Before your PR is "Ready for review"

Pre checks:

  • Make sure you read and followed Contributor guidelines
  • Did you write any new necessary tests?
  • Did you add or update any necessary documentation?
  • Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
    • Reviewer: Does the PR have correct import guards for all optional libraries?

PR Type:

  • New Feature
  • Bugfix
  • Documentation

If you haven't finished some of the above items you can still open "Draft" PR.

Who can review?

Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.

Additional Information

  • Related to # (issue)

Signed-off-by: subhankar-ghosh <subhankar2321@gmail.com>
@github-actions
Copy link
Contributor

[🤖]: Hi @subhankar-ghosh 👋,

We wanted to let you know that a CICD pipeline for this PR just finished successfully.

So it might be time to merge this PR or get some approvals.

//cc @chtruong814 @ko3n1g @pablo-garay @thomasdhc

@blisc blisc merged commit 527b8c4 into main Jan 14, 2026
137 checks passed
@blisc blisc deleted the magpietts_longform branch January 14, 2026 20:47
AkCodes23 pushed a commit to AkCodes23/NeMo that referenced this pull request Jan 28, 2026
Signed-off-by: subhankar-ghosh <subhankar2321@gmail.com>
Signed-off-by: Akhil Varanasi <akhilvaranasi23@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants