MCPcopy Create free account
hub / github.com/huggingface/diffusers / is_flash_attn_available

Function is_flash_attn_available

src/diffusers/utils/import_utils.py:409–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407
408
409def is_flash_attn_available():
410 return _flash_attn_available
411
412
413def is_flash_attn_3_available():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…