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

Function is_gguf_available

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

Source from the content-addressed store, hash-verified

359
360
361def is_gguf_available():
362 return _gguf_available
363
364
365def is_flashpack_available():

Callers 9

decoratorFunction · 0.90
quantization.pyFile · 0.90
__init__.pyFile · 0.85
decoratorFunction · 0.85
load_gguf_checkpointFunction · 0.85
gguf_quantizer.pyFile · 0.85
validate_environmentMethod · 0.85
test_gguf.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…