Skip to content
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

[TTS] Modify codec training tutorial to allow HF download #11518

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

rlangman
Copy link
Collaborator

@rlangman rlangman commented Dec 9, 2024

What does this PR do ?

Modify the tutorial about training audio codec models so that the user can download and fine tune from a hugging face checkpoint.

Collection: [TTS]

Changelog

  • Change previous logic using list_available_models to instead use from_pretrained()
  • Replace default 16khz audio codec config with nvidia/audio-codec-22khz

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.

@rlangman rlangman requested review from blisc, Edresson and anteju December 9, 2024 17:58
@github-actions github-actions bot added the TTS label Dec 9, 2024
Copy link
Contributor

[🤖]: Hi @rlangman 👋,

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

I'm just a bot so I'll leave it you what to do next.

//cc @pablo-garay @ko3n1g

@rlangman rlangman merged commit a426f38 into main Dec 10, 2024
164 of 167 checks passed
@rlangman rlangman deleted the codec_tutorial_hf branch December 10, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants