mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50: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:
|
try:
|
||||||
from sageattn3 import sageattn3_blackwell
|
from sageattn3 import sageattn3_blackwell
|
||||||
SAGE_ATTENTION3_IS_AVAILABLE = True
|
SAGE_ATTENTION3_IS_AVAILABLE = True
|
||||||
except ImportError as e:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
FLASH_ATTENTION_IS_AVAILABLE = False
|
FLASH_ATTENTION_IS_AVAILABLE = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user