From a4d62fc1cd3e37b5f4dcb27aa189a4c155ca715e Mon Sep 17 00:00:00 2001 From: DeepBeepMeep Date: Sat, 27 Sep 2025 16:30:13 +0200 Subject: [PATCH] removed test line that cause sage crash --- shared/attention.py | 2 -- 1 file changed, 2 deletions(-) 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: