From 38e93fd047ca4f5311b13907c29e976806d15e64 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:00:55 +0800 Subject: [PATCH] gpt sovits v3 gpt sovits v3 --- GPT_SoVITS/f5_tts/model/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPT_SoVITS/f5_tts/model/modules.py b/GPT_SoVITS/f5_tts/model/modules.py index 22f1f99..5f6f5cf 100644 --- a/GPT_SoVITS/f5_tts/model/modules.py +++ b/GPT_SoVITS/f5_tts/model/modules.py @@ -391,7 +391,7 @@ class Attention(nn.Module): # Attention processor -from torch.nn.attention import SDPBackend +# from torch.nn.attention import SDPBackend # torch.backends.cuda.enable_flash_sdp(True) class AttnProcessor: def __init__(self):