mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-07 21:00:49 +08:00
Fix a ruff check issue in attention.py
This commit is contained in:
parent
d6cd1c03e3
commit
4d1ebac2f0
@ -34,7 +34,7 @@ SAGE_ATTENTION3_IS_AVAILABLE = False
|
||||
try:
|
||||
from sageattn3 import sageattn3_blackwell
|
||||
SAGE_ATTENTION3_IS_AVAILABLE = True
|
||||
except ImportError as e:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
FLASH_ATTENTION_IS_AVAILABLE = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user