-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 10 files changed
- 4 contributors
Commits on Nov 24, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 11ec9f7 - Browse repository at this point
Copy the full SHA 11ec9f7View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fd8cf3 - Browse repository at this point
Copy the full SHA 2fd8cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8894a - Browse repository at this point
Copy the full SHA 3b8894aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75e90b - Browse repository at this point
Copy the full SHA b75e90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b7d74 - Browse repository at this point
Copy the full SHA 18b7d74View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfbaffc - Browse repository at this point
Copy the full SHA bfbaffcView commit details
Commits on Nov 30, 2023
-
Merge pull request #3318 from coqui-ai/calling_hf_models
Run XTTS models by direct name with versions
1Configuration menu - View commit details
-
Copy full SHA for 9328338 - Browse repository at this point
Copy the full SHA 9328338View commit details -
fix: correctly strip/restore initial punctuation (#3336)
* refactor(punctuation): remove orphan code for handling lone punctuation The case of lone punctuation is already handled at the top of restore(). The removed if statement would never be called and would in fact raise an AttributeError because the _punc_index named tuple doesn't have the attribute `mark`. * refactor(punctuation): remove unused argument * fix(punctuation): correctly handle initial punctuation Stripping and restoring initial punctuation didn't work correctly because the string-splitting caused an additional empty string to be inserted in the text list (because `".A".split(".")` => `["", "A"]`). Now, an initial empty string is skipped and relevant test cases are added. Fixes #3333
1Configuration menu - View commit details
-
Copy full SHA for 39321d0 - Browse repository at this point
Copy the full SHA 39321d0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e40527b - Browse repository at this point
Copy the full SHA e40527bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6d1905c - Browse repository at this point
Copy the full SHA 6d1905cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.1...v0.21.2