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

Function is_transformers_available

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

Source from the content-addressed store, hash-verified

255
256
257def is_transformers_available():
258 return _transformers_available
259
260
261def is_inflect_available():

Callers 15

testing_utils.pyFile · 0.90
decoratorFunction · 0.90
training_utils.pyFile · 0.85
stepMethod · 0.85
__init__.pyFile · 0.85
constants.pyFile · 0.85
testing_utils.pyFile · 0.85
decoratorFunction · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by 2

decoratorFunction · 0.72
decoratorFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…