removed test line that cause sage crash

This commit is contained in:
DeepBeepMeep 2025-09-27 16:30:13 +02:00
parent d62748a226
commit a4d62fc1cd

View File

@ -67,8 +67,6 @@ def sageattn2_wrapper(
return o return o
from sageattn import sageattn_blackwell as sageattn3
try: try:
from sageattn import sageattn_blackwell as sageattn3 from sageattn import sageattn_blackwell as sageattn3
except ImportError: except ImportError: