Skip to content

Commit

Permalink
Update tts_server.py close warning on line 42
Browse files Browse the repository at this point in the history
  • Loading branch information
erew123 authored Nov 4, 2024
1 parent 5d43b23 commit 75a3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tts_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
####################
Expand Down

0 comments on commit 75a3b68

Please sign in to comment.