You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"The module '{module.__class__.__name__}' has been loaded in `bitsandbytes` 8bit and moving it to {device} via `.to()` is not supported. Module is still on {module.device}."
463
463
)
464
464
465
-
# Note: we also handle this as the ModelMixin level. The reason for doing it here too is that modeling
465
+
# Note: we also handle this at the ModelMixin level. The reason for doing it here too is that modeling
466
466
# components can be from outside diffusers too, but still have group offloading enabled.
0 commit comments