coqui-tts/TTS/tts/layers/bark
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
..
hubert chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
__init__.py Inference API for 🐶Bark (#2685) 2023-06-28 11:55:27 +02:00
inference_funcs.py chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
load_model.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
model.py style: run black 2024-03-07 11:46:51 +01:00
model_fine.py style: run black 2024-03-07 11:46:51 +01:00