coqui-tts/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
..
configs chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
datasets chore(dataset): address lint issues 2024-07-31 15:47:27 +02:00
layers refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
models refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
utils refactor: use external package for monotonic alignment 2024-11-08 12:35:04 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00