diff --git a/shared/attention.py b/shared/attention.py index efaa223..c31087c 100644 --- a/shared/attention.py +++ b/shared/attention.py @@ -67,8 +67,6 @@ def sageattn2_wrapper( return o -from sageattn import sageattn_blackwell as sageattn3 - try: from sageattn import sageattn_blackwell as sageattn3 except ImportError: