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

v0.24.0 #29

Merged
merged 30 commits into from
May 27, 2024
Merged

v0.24.0 #29

merged 30 commits into from
May 27, 2024

Conversation

eginhard
Copy link
Member

Merge dev into main for release.

eginhard and others added 30 commits May 1, 2024 12:31
Fixes coqui-ai#2728

Previously, error messages from espeak were treated as normal output and also
converted to phonemes. This captures and logs them separately.
Failed in CI with:
AssertionError: 1.401298464324817e-45 != 0.0
fix(espeak_wrapper): capture stderr separately
Automatic changes from: pre-commit run --all-files
Having this file is still useful to allow installing *only* dev requirements
(e.g. in CI) with:
  pip install -r requirements.dev.txt

Generate that file automatically from the pyproject.toml based on:
https://github.com/numpy/numpydoc/blob/e7c6baf00f5f73a4a8f8318d0cb4e04949c9a5d1/tools/generate_requirements.py
Otherwise a form of this issue occurs due to older setuptools not supporting
pyproject.toml:
pypa/setuptools#3269

Might be resolved on Ubuntu 24.04 images.
Minimum torch version is 2.1 now.
fix(bark): add missing argument for load_voice()
fix(server): ensure logging output gets actually shown
Move from setup.py to pyproject.toml, simplify requirements
@eginhard eginhard requested a review from KarlHajal May 27, 2024 09:27
@eginhard eginhard merged commit 7652f0a into main May 27, 2024
52 checks passed
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.

None yet

2 participants