coqui-tts/TTS
Enno Hermann 2df9bfa78e
refactor: handle deprecation of torch.cuda.amp.autocast (#144)
torch.cuda.amp.autocast(args...) and torch.cpu.amp.autocast(args...) will be
deprecated. Please use torch.autocast("cuda", args...) or torch.autocast("cpu",
args...) instead.

https://pytorch.org/docs/stable/amp.html
2024-11-09 18:37:08 +01:00
..
bin fix(bin.synthesize): return speakers names only (#147) 2024-11-09 18:35:54 +01:00
config Run `make style` 2023-12-13 14:56:41 +02:00
demos/xtts_ft_demo style: run pre-commit 2024-05-08 12:17:47 +02:00
encoder refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
server fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
tts refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
utils fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
vc fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
vocoder chore: remove unused TTS.utils.io module 2024-06-29 15:07:10 +02:00
.models.json chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
__init__.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
api.py refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
model.py refactor: use get_user_data_dir from trainer 2024-06-29 15:07:10 +02:00