coqui-tts/TTS/tts/layers/tortoise
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
..
arch_utils.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
audio_utils.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
autoregressive.py fix(gpt): set attention mask and address other warnings 2024-10-25 18:49:04 +02:00
classifier.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
clvp.py Ruff autofix C41 2023-12-13 14:56:41 +02:00
diffusion.py Ruff autofix C41 2023-12-13 14:56:41 +02:00
diffusion_decoder.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
dpm_solver.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
random_latent_generator.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
tokenizer.py Tortoise inference fix and fix zoo unit tests (#3010) 2023-09-29 13:40:57 +02:00
transformer.py Ruff autofix C41 2023-12-13 14:56:41 +02:00
utils.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
vocoder.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
wav2vec_alignment.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
xtransformers.py Ruff autofix C41 2023-12-13 14:56:41 +02:00