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
Open
Changes from 1 commit
Commits
Show all changes
200 commits
Select commit Hold shift + click to select a range
fc09921
Fix aux unit tests
Edresson Dec 6, 2023
9f325b1
fixup! Fix aux unit tests
eginhard Dec 8, 2023
0859e9f
Remove Coqui Studio references
reuben Dec 12, 2023
3991d83
Merge branch 'dev' into reuben/docs-studio-refs
erogol Dec 13, 2023
186cafb
Merge pull request #3412 from coqui-ai/reuben/docs-studio-refs
erogol Dec 13, 2023
b3d58db
Remove abandoned .cardboardlint.yml
akx Sep 26, 2023
81160b0
Update pre-commit tools to more compatible versions
akx Sep 25, 2023
859283a
Remove isort for pyi (there are no pyi files here)
akx Sep 26, 2023
72ac2bf
Get rid of some star imports
akx Sep 26, 2023
8e95c3e
Convert pylint configuration to ruff
akx Sep 26, 2023
4f85982
Document ruff
akx Sep 26, 2023
90991e8
Ruff autofix unused imports and import order
akx Sep 26, 2023
449820e
Ruff autofix E71*
akx Sep 26, 2023
64bb41f
Ruff autofix C41
akx Sep 26, 2023
bc2cf29
Ruff autofix PLW3301
akx Sep 26, 2023
00f8f48
Ruff autofix unnecessary passes
akx Oct 23, 2023
33b69c6
Add some noqa directives (for now)
akx Sep 26, 2023
027a797
CI: re-enable `make lint`
akx Sep 26, 2023
08fa5d4
Fix implicitly concatenated docstring
akx Oct 31, 2023
4584ef6
Simplify branch in TTS/bin/synthesize.py
akx Oct 31, 2023
aa549e9
Fix trailing whitespace
akx Nov 8, 2023
32abb1a
xtts/perceiver_encoder: Delete duplicate exists()
akx Nov 6, 2023
bd172da
xtts/stream_generator: remove duplicate import + code
akx Oct 23, 2023
d6ea806
Run `make style`
akx Dec 4, 2023
99fee6f
build: use Trainer>=0.0.36
eginhard Dec 8, 2023
55c7063
Merge pull request #3423 from idiap/fix-aux-tests
erogol Dec 14, 2023
5dcc16d
Bug fix in MP3 and FLAC compute length on TTSDataset (#3092)
Edresson Dec 27, 2023
08e00e4
Fix bark model
ipeevski Jan 8, 2024
b184e9f
fix chinese pinyin phonemes
JaysonAlbert Jan 12, 2024
dbf1a08
Update generic_utils.py (#3561)
Feb 10, 2024
04d8d4b
chore: remove unused imports
eginhard Mar 6, 2024
39149ef
build: remove isort
eginhard Mar 6, 2024
1961687
build: update to ruff 0.3.0
eginhard Mar 6, 2024
d7633e4
CI: remove unused check_skip steps
akx Oct 31, 2023
f055a8a
Merge pull request #2 from eginhard/remove-check-skip
eginhard Mar 6, 2024
24298da
Merge pull request #1 from eginhard/lint-overhaul
eginhard Mar 6, 2024
4eec706
chore: remove obsolete numba requirement for python<3.9
eginhard Oct 31, 2023
e05243c
refactor: read/write csv files with standard library
eginhard Oct 31, 2023
e4b1b0f
build: move pandas to notebook requirements
eginhard Oct 31, 2023
f24f7c1
Merge pull request #3 from eginhard/remove-pandas
eginhard Mar 6, 2024
4e183c6
fix(api): handle missing attribute in is_multilingual
eginhard Dec 20, 2023
017c84d
style: make style && make lint
eginhard Mar 6, 2024
02d88b5
Fix TTS().list_models()
greerviau Dec 13, 2023
7f83dea
Merge pull request #4 from eginhard/fix-is-multilingual
eginhard Mar 7, 2024
f6464d7
Merge pull request #5 from eginhard/fix-list-models
eginhard Mar 7, 2024
c86cf9b
ci: pin black for consistent output
eginhard Mar 7, 2024
efdafd5
style: run black
eginhard Mar 7, 2024
ed8740a
Merge pull request #6 from eginhard/fix-bark-url
eginhard Mar 7, 2024
1aef5ff
Merge pull request #7 from eginhard/pin-black
eginhard Mar 7, 2024
309f39a
fix(xtts_manager): name_to_id() should return dict
eginhard Mar 8, 2024
f782a65
Merge pull request #8 from eginhard/fix-xtts-manager
eginhard Mar 8, 2024
dca564a
test(vocoder): disable wavegrad training test in CI
eginhard Mar 8, 2024
ec23460
Merge pull request #9 from eginhard/disable-wavegrad-test
eginhard Mar 8, 2024
2e8f47a
Merge pull request #10 from eginhard/fix-pinyin
eginhard Mar 9, 2024
d80f7f4
Fix fairseq (#11)
eginhard Mar 9, 2024
26ef320
build: remove unused dependencies
eginhard Mar 9, 2024
24cf471
build: install aiohttp through fsspec extra
eginhard Mar 10, 2024
8200986
Merge pull request #12 from eginhard/remove-deps
eginhard Mar 10, 2024
c59f0ca
ci: switch from pip to uv
eginhard Mar 10, 2024
ab14f3c
Merge pull request #13 from eginhard/pip-to-uv
eginhard Mar 10, 2024
392b205
build: update dependencies
eginhard Mar 10, 2024
68680ef
Merge pull request #14 from eginhard/update-deps
eginhard Mar 10, 2024
7673f28
build: make dependencies for server optional
eginhard Mar 10, 2024
b4fded6
Merge pull request #15 from eginhard/server-extra
eginhard Mar 10, 2024
31a9201
ci: combine coverage reports
eginhard Mar 11, 2024
3453bd9
ci: merge separate test workflows into one matrix
eginhard Mar 11, 2024
aab08a0
Merge pull request #16 from eginhard/coverage
eginhard Mar 11, 2024
34e5c7d
docs(README): remove obsolete performance results
eginhard Mar 11, 2024
cb88391
docs(README): update badges, links
eginhard Mar 11, 2024
87f699e
Merge pull request #17 from eginhard/update-readme
eginhard Mar 11, 2024
bdbfc23
docs(README): fix list format
eginhard Mar 12, 2024
a775370
refactor: remove duplicate methods available in Trainer
eginhard Mar 12, 2024
0c6c20f
Merge pull request #18 from eginhard/deduplicate
eginhard Mar 12, 2024
89a061f
docs(tts.models.vits): clarify use of discriminator/generator
eginhard Mar 12, 2024
eaa7283
Merge pull request #19 from eginhard/fix-vits-comments
eginhard Mar 12, 2024
e95f895
fix: torch.stft will soon require return_complex=True
eginhard Mar 13, 2024
e5c6da1
Merge pull request #20 from eginhard/return-complex
eginhard Mar 13, 2024
adbcba0
refactor(dataset): get audio length with torchaudio
eginhard Mar 14, 2024
571f065
Merge pull request #21 from eginhard/audio-length
eginhard Mar 14, 2024
7630abb
refactor(bin.find_unique_chars): use existing function
eginhard Nov 18, 2023
d76d0ef
ci(tests.yml): run apt-get update before installing espeak
eginhard Mar 30, 2024
018daa0
Merge pull request #22 from eginhard/unique-chars
eginhard Mar 30, 2024
d772724
fix: update repository links, package names, metadata
eginhard Apr 3, 2024
7fe6a01
ci(pypi-release): update actions, use trusted publishing
eginhard Apr 3, 2024
dd3768d
chore: update version to v0.22.1
eginhard Apr 3, 2024
00f8d47
ci: switch back from uv to pip
eginhard Apr 2, 2024
a4ca02b
Merge pull request #24 from idiap/coqui-refs
eginhard Apr 3, 2024
b6ab85a
fix: use logging instead of print statements
eginhard Nov 13, 2023
b711e19
refactor: remove verbose arguments
eginhard Nov 18, 2023
9b2d48f
feat(utils.generic_utils): improve setup_logger() arguments and output
eginhard Apr 2, 2024
ab64844
feat(utils.generic_utils): add custom formatter for logging to console
eginhard Apr 2, 2024
7dc5d1e
fix: logging in executables
eginhard Nov 20, 2023
e689fd1
fix(utils.manage): remove bare except, improve messages
eginhard Mar 31, 2024
aa40fd2
docs: update links
eginhard Apr 4, 2024
107e22c
ci(workflows): update actions
eginhard Apr 4, 2024
31f1c8b
ci(workflows.docker): update image namespace
eginhard Apr 4, 2024
e626a29
Merge pull request #1 from idiap/update-docs
eginhard Apr 5, 2024
d416865
feat(xtts): support hindi for sentence-splitting and fine-tuning
eginhard Apr 8, 2024
dfbe016
Merge pull request #3 from idiap/logging
eginhard Apr 11, 2024
2ad790d
Merge pull request #4 from idiap/hindi
eginhard Apr 11, 2024
b3c9685
fix(tokenizer): add debug logging
eginhard Apr 11, 2024
794eecb
docs(README): update badges to new pypi package
eginhard Apr 11, 2024
f7d69cc
chore: update version to 0.23.0
eginhard Apr 11, 2024
5527f70
Merge pull request #5 from idiap/tokenizer-logging
eginhard Apr 18, 2024
52a52b5
fix(LanguageManager): allow initialisation from config with language …
eginhard Apr 19, 2024
8b1ed02
build: add python 3.12 support
eginhard Apr 22, 2024
f636fab
build: switch to forked trainer package
eginhard Apr 22, 2024
697d4ef
Revert "ci: switch back from uv to pip"
eginhard Apr 22, 2024
2675e74
chore: update version to 0.23.1
eginhard Apr 23, 2024
d65ba4a
Merge pull request #9 from idiap/fix-language-manager
eginhard Apr 23, 2024
0630450
Merge pull request #11 from idiap/py312
eginhard Apr 23, 2024
7b2289a
fix(espeak_wrapper): capture stderr separately
eginhard May 1, 2024
962f9bb
refactor(espeak_wrapper): fix ruff lint suggestions
eginhard May 1, 2024
98e21d0
test(losses): change assertEqual to assertAlmostEqual
eginhard May 1, 2024
63bfb9f
Merge pull request #17 from idiap/espeak-stderr
eginhard May 7, 2024
f4cacd7
build: move metadata from setup.py to pyproject.toml
eginhard May 7, 2024
259d8fc
build: store version in pyproject.toml
eginhard May 7, 2024
fb92e13
build: remove unused/obsolete code
eginhard May 7, 2024
8d2a562
build: move dependencies into pyproject.toml
eginhard May 7, 2024
5cf1d41
chore: enable commented pre-commit rules
eginhard May 7, 2024
ec50006
style: run pre-commit
eginhard May 7, 2024
0504ae3
ci: add script to automatically generate requirements.dev.txt
eginhard May 7, 2024
129b488
build: update pip and setuptools in dockerfile
eginhard May 7, 2024
e3fed5c
build: create separate makefile target for development install
eginhard May 8, 2024
20e82bc
build: update development dockerfile and test it in ci
eginhard May 8, 2024
4f2eff4
chore: enable ruff rules that already pass
eginhard May 6, 2024
ea893c3
fix: make bangla g2p deps optional
eginhard May 8, 2024
55ed162
fix: make chinese g2p deps optional
eginhard May 8, 2024
865a481
fix: make korean g2p deps optional
eginhard May 8, 2024
6d563af
chore: remove obsolete code for torch<2
eginhard May 8, 2024
59a6c9f
fix(bark): add missing argument for load_voice()
eginhard May 15, 2024
018f1e6
docs(bark): update docstrings and type hints
eginhard May 15, 2024
d73c9cc
Merge pull request #22 from idiap/bark
eginhard May 16, 2024
924f42e
ci: update release workflow
eginhard May 15, 2024
6023250
chore: update version to 0.24.0
eginhard May 16, 2024
70bd848
fix(server): ensure logging output gets actually shown
eginhard May 20, 2024
8503500
chore(server): remove duplicate code
eginhard May 20, 2024
ab7d84b
refactor(server): address linter issues
eginhard May 20, 2024
7bf9033
chore: update repo info
eginhard May 25, 2024
642cbd4
Merge pull request #26 from idiap/server-output
eginhard May 26, 2024
df088e9
Merge pull request #19 from idiap/toml
eginhard May 27, 2024
7df4c2f
fix: restore TTS.__version__ attribute
eginhard May 28, 2024
dc629f8
build: set upper version limit for transformers
eginhard May 28, 2024
df4a1f5
docs: update readme
eginhard May 28, 2024
203f60f
refactor(espeak_wrapper): remove sync argument
eginhard May 28, 2024
49fcbd9
fix(espeak_wrapper): avoid stuck process on windows
eginhard May 28, 2024
03430de
chore: bump version to 0.24.1
eginhard May 29, 2024
07cbcf8
fix(espeak_wrapper): read phonemize() input from file
eginhard May 29, 2024
c5f3d63
Merge pull request #34 from idiap/espeak
eginhard May 29, 2024
a682fa8
Merge pull request #33 from idiap/versions
eginhard May 29, 2024
77722cb
fix(bin.synthesize): correctly handle boolean arguments
eginhard May 30, 2024
29e91f2
fix(utils.generic_utils): correctly call now()
eginhard May 30, 2024
bdd44cf
docs: update readme
eginhard May 30, 2024
03de4b8
docs: fix readthedocs links
eginhard Jun 13, 2024
063e9e9
Merge pull request #38 from idiap/cli
eginhard Jun 14, 2024
e5c208d
feat(cleaners): add multilingual phoneme cleaner
eginhard Jun 14, 2024
a1495d4
fix(recipes): use multilingual phoneme cleaner in non-english recipes
eginhard Jun 14, 2024
9cfcc0a
chore(cleaners): add type hints
eginhard Jun 14, 2024
3a20f47
fix(freevc): use the specified device for pretrained speaker encoder …
ChristianRomberg Jun 16, 2024
4bc0e75
build: add numpy2 support
eginhard Jun 16, 2024
bd9b21d
Merge pull request #44 from idiap/phoneme-cleaners
eginhard Jun 17, 2024
81ac7ab
Merge pull request #47 from idiap/numpy2
eginhard Jun 17, 2024
4b6da4e
refactor(stream_generator): update special tokens for transformers>=4…
eginhard Jun 15, 2024
2a28123
refactor(stream_generator): update code for transformers>=4.41.1
eginhard Jun 15, 2024
4d9e18e
chore(stream_generator): address lint issues
eginhard Jun 15, 2024
98c0f86
Merge pull request #46 from idiap/fix-xtts-streaming
eginhard Jun 18, 2024
c9f7197
test(helpers): add test_ prefix so tests actually run
eginhard Jun 20, 2024
857cd55
test(helpers): fix test_rand_segment, test_generate_path
eginhard Jun 20, 2024
9f80e04
refactor(freevc): use existing layernorm
eginhard Jun 24, 2024
d65bcf6
chore(freevc): remove duplicate DDSConv and ElementwiseAffine
eginhard Jun 24, 2024
cd7b6da
fix: clarify types, fix missing functions
eginhard Jun 25, 2024
f8df19a
refactor: remove duplicate convert_pad_shape
eginhard Jun 20, 2024
a755328
refactor(freevc): remove duplicate sequence_mask
eginhard Jun 20, 2024
c5241d7
chore: address pytorch deprecations
eginhard Jun 25, 2024
c30fb0f
chore: remove duplicate init_weights
eginhard Jun 26, 2024
4bd3df2
refactor: remove duplicate get_padding
eginhard Jun 26, 2024
ff2cd5c
Merge pull request #49 from idiap/vc-refactors
eginhard Jun 26, 2024
59ef28d
build: move umap-learn into optional notebook dependencies
eginhard Jun 26, 2024
c693b08
build: update trainer to 0.1.4
eginhard Jun 27, 2024
28296c6
refactor: use get_git_branch from trainer
eginhard Jun 27, 2024
0fb26f9
refactor: use get_user_data_dir from trainer
eginhard Jun 27, 2024
da82d55
refactor: use load_fsspec from trainer
eginhard Jun 27, 2024
e869b9b
refactor: use load_checkpoint from trainer
eginhard Jun 27, 2024
2d06aeb
chore: remove unused TTS.utils.io module
eginhard Jun 27, 2024
808a938
build: specify minimum versions for dependencies
eginhard Jun 29, 2024
8cab2e3
ci: test lowest and highest compatible versions of dependencies
eginhard Jun 29, 2024
c1a929b
Merge pull request #51 from idiap/update-trainer
eginhard Jul 2, 2024
6ea3b75
Update xtts.py (#53)
abrahammathews2000 Jul 2, 2024
9192ef1
fix(xtts): load tokenizer file based on config as last resort
eginhard Jul 5, 2024
de35920
Merge pull request #50 from idiap/umap
eginhard Jul 25, 2024
20583a4
Merge pull request #57 from idiap/xtts-vocab
eginhard Jul 25, 2024
20bbb41
fix(xtts): update streaming for transformers>=4.42.0 (#59)
gravityrail Jul 25, 2024
8c460d0
fix(dataset): skip files where audio length can't be computed
eginhard Jul 31, 2024
9c604c1
chore(dataset): address lint issues
eginhard Jul 31, 2024
19fce2c
Merge pull request #66 from idiap/skip-broken-audio
eginhard Jul 31, 2024
d304ab2
build: update gruut version for numpy2 support
eginhard Jul 3, 2024
b1558b0
build: require numpy<2 because spacy/thinc lack support
eginhard Jul 3, 2024
7014782
build: add upper bound for transformers
eginhard Aug 5, 2024
204588f
Merge pull request #56 from idiap/update-gruut
eginhard Aug 5, 2024
c990ba9
[F] Fix wrong references
hykilpikonna Aug 12, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev' into reuben/docs-studio-refs
  • Loading branch information
erogol committed Dec 13, 2023
commit 3991d83b2cf1b73eb872216179b9c0fb1d326c73

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.