MCPcopy
hub / github.com/huggingface/diffusers / is_flashpack_available

Function is_flashpack_available

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

Source from the content-addressed store, hash-verified

363
364
365def is_flashpack_available():
366 return _flashpack_available
367
368
369def is_torchao_available():

Callers 3

require_flashpackFunction · 0.90
save_pretrainedMethod · 0.85
from_pretrainedMethod · 0.85

Calls

no outgoing calls

Tested by 1

require_flashpackFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…