Skip to content

Commit 0ff77ab

Browse files
committed
ruff
1 parent 6d25706 commit 0ff77ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/transformers/utils/import_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ def is_mamba_2_ssm_available() -> bool:
795795
@lru_cache
796796
def is_flash_linear_attention_available():
797797
from . import agnostic
798+
798799
is_available, fla_version = _is_package_available("fla", return_version=True)
799800
return (
800801
agnostic.gpu.is_accelerator_available()

0 commit comments

Comments
 (0)