MCPcopy Index your code
hub / github.com/huggingface/diffusers / is_peft_available

Function is_peft_available

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

Source from the content-addressed store, hash-verified

327
328
329def is_peft_available():
330 return _peft_available
331
332
333def is_torchvision_available():

Callers 15

testing_utils.pyFile · 0.90
decoratorFunction · 0.90
utils.pyFile · 0.90
lora.pyFile · 0.90
training_utils.pyFile · 0.85
constants.pyFile · 0.85
check_peft_versionFunction · 0.85
testing_utils.pyFile · 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…