Skip to content

Commit 4bd3384

Browse files
committed
clean up
1 parent c888aac commit 4bd3384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/hooks/group_offloading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def _apply_group_offloading_block_level(module: torch.nn.Module, config: GroupOf
615615
done at the top-level blocks and modules specified in block_modules.
616616
617617
When block_modules is provided, only those modules will be treated as blocks for offloading. For each specified
618-
module, we either offload the entire submodule or recursively apply block offloading to it.
618+
module, recursively apply block offloading to it.
619619
"""
620620
if config.stream is not None and config.num_blocks_per_group != 1:
621621
logger.warning(

0 commit comments

Comments
 (0)