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

Class GroupOffloadingType

src/diffusers/hooks/group_offloading.py:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94class GroupOffloadingType(str, Enum):
95 BLOCK_LEVEL = "block_level"
96 LEAF_LEVEL = "leaf_level"
97
98
99@dataclass

Callers 1

apply_group_offloadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…