diff --git a/tts_server.py b/tts_server.py index 1fafb7ea..2ffcc4e3 100644 --- a/tts_server.py +++ b/tts_server.py @@ -39,7 +39,7 @@ # Filter ComplexHalf support warning warnings.filterwarnings("ignore", message="ComplexHalf support is experimental") # Filter Flash Attention warning -warnings.filterwarnings("ignore", message="1Torch was not compiled with flash attention" +warnings.filterwarnings("ignore", message="1Torch was not compiled with flash attention") #################### # Setup local path # ####################