[espnet-3] Merge master into espnet3 and fixed CI#6239
[espnet-3] Merge master into espnet3 and fixed CI#6239sw005320 merged 151 commits intoespnet:espnet3from
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Code Review
This pull request merges the master branch into espnet3, bringing in a number of updates and new features. Key changes include CI fixes for pyopenjtalk, the addition of a new prompt-based speech-to-text (ps2st) task for Qwen2-Audio models, a new recipe for language identification on VoxLingua107, and several new utilities like a parallel speaker embedding extractor, an automatic code style fixer, and an LLM-based release note generator. My review focuses on the new utility scripts, where I've identified a couple of critical bugs that could cause runtime crashes. The rest of the changes, including new recipes and numerous style fixes, look good.
- Previously versa.done was included
|
@Masao-Someki, can you review your fix for the conflict? |
- It seems setuptools>80 has issue with warprnnt_pytorch
|
I re-checked the merges, and the only changes I made while resolving conflicts were the following. |
|
Okay now I understand the error. Previously we used |
|
In ESPnet-2, this package was only used in a special case (Vietnamese text cleaning) and was therefore not included as a dependency. In ESPnet-3, we introduced task-specific dependencies and added this package to the |
- We removed it because it cause installation error with pyproject.toml
- tests for espnetez was replaced with espnet3
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## espnet3 #6239 +/- ##
===========================================
+ Coverage 51.97% 55.18% +3.20%
===========================================
Files 875 876 +1
Lines 83537 83885 +348
===========================================
+ Hits 43420 46288 +2868
+ Misses 40117 37597 -2520
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@sw005320 |
OK for me. |
|
@sw005320 @Fhrozen I will revert this commit for now |
This reverts commit b59162d.
|
@sw005320 |
|
Thanks! |
What did you change?
Merge master into espnet3 branch
It contains a required patch for pyopenjtalk to fix CI.
undertheseafromtask-ttsgroup.Why did you make this change?
To fix CI issue in espnet3 branch
undertheseais not yet supporting installation via pyproject.tomlIs your PR small enough?
No, but no other changes from merging master
Additional Context