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

Fix wrong references in documentation #3963

Open
wants to merge 200 commits into
base: main
Choose a base branch
from

Conversation

hykilpikonna
Copy link

I found that some links in the documentation link to the wrong papers.

Edresson and others added 30 commits December 12, 2023 16:07
Fix CI (save best model after 0 steps in tests)
* Bug Fix on XTTS load

* Bug fix in MP3 length on TTSDataset

* Update TTS/tts/datasets/dataset.py

Co-authored-by: Aarni Koskela <[email protected]>

* Uses mutagen for all audio formats

* Add dataloader test wit hall supported audio formats

* Use mutagen.File

* Update

* Fix aux unit tests

* Bug fixe on unit tests

---------

Co-authored-by: Aarni Koskela <[email protected]>
Handles cases when git branch produces no output or invalid output. Right now, it just crashes with `StopIteration`
eginhard and others added 20 commits June 29, 2024 15:07
Made automatically with:
rg "from TTS.utils.io import load_fsspec" --files-with-matches | xargs sed -i 's/from TTS.utils.io import load_fsspec/from trainer.io import load_fsspec/g'
All uses of these methods were replaced with the equivalents from coqui-tts-trainer
Update to coqui-tts-trainer 0.1.4
docs(xtts): fix typo in example
build: move umap-learn into optional notebook dependencies
fix(xtts): load tokenizer file based on config as last resort
* Fix Stream Generator on MacOS

* Make it work on mps

* Implement custom tensor.isin

* Fix for latest TF

* Comment out hack for now

* Remove unused code

* build: increase minimum transformers version

* style: fix

---------

Co-authored-by: Enno Hermann <[email protected]>
Avoids hard failures when the audio can't be decoded.
Skip audio files that can't be decoded
4.43.* broke XTTS streaming again
Preparations for Numpy 2 support (gruut, soxr, spacy)
@CLAassistant
Copy link

CLAassistant commented Aug 12, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.

✅ ChristianRomberg
✅ hykilpikonna
✅ gravityrail
❌ abrahammathews2000
You have signed the CLA already but the status is still pending? Let us recheck it.

@eginhard
Copy link
Contributor

Thank you for spotting @hykilpikonna ! This repo is not maintained anymore, but feel free to send a PR to our fork where I can merge it.

Copy link

stale bot commented Sep 30, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Sep 30, 2024
Copy link

@vignesh1507 vignesh1507 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the code.

@stale stale bot removed the wontfix This will not be worked on but feel free to help. label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.