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] Add license to ported EnCodec code #7197

Merged
merged 1 commit into from
Aug 10, 2023
Merged

[TTS] Add license to ported EnCodec code #7197

merged 1 commit into from
Aug 10, 2023

Conversation

rlangman
Copy link
Collaborator

@rlangman rlangman commented Aug 9, 2023

What does this PR do ?

Move code ported from EnCodec github into encodec_modules and add MIT Meta license to it.

https://github.com/facebookresearch/encodec/blob/main/LICENSE

Collection: [TTS]

Changelog

  • Copy/paste code from audio_codec_modules.py and vector_quantization.py into encodec_modules.py
  • Add MIT license

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


from typing import Iterable, Optional, Tuple

import torch

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note

Module 'torch' is imported with both 'import' and 'import from'.
@rlangman rlangman merged commit 9c818ed into main Aug 10, 2023
16 checks passed
@rlangman rlangman deleted the encodec_license branch August 10, 2023 22:38
guyueh1 pushed a commit to guyueh1/NeMo that referenced this pull request Aug 14, 2023
dorotat-nv pushed a commit to dorotat-nv/NeMo that referenced this pull request Aug 24, 2023
rohitrango pushed a commit to rohitrango/NeMo that referenced this pull request Jun 25, 2024
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.

None yet

2 participants