lenML/ChatTTS-Forge
301
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 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