CoolFace
Apppublic

lenML/ChatTTS-Forge

sourceHugging Faceagpl-3.0updated 2y agoView on Hugging Face
301likes
torch_opt.py8 linesDownload Raw Back to utils
1import torch2 3 4def configure_torch_optimizations():5    torch._dynamo.config.cache_size_limit = 646    torch._dynamo.config.suppress_errors = True7    torch.set_float32_matmul_precision("high")8