Skip to content

Commit 0142f6f

Browse files
authored
[chore] bring PipelineQuantizationConfig at the top of the import chain. (#11656)
bring PipelineQuantizationConfig at the top of the import chain.
1 parent d04cd95 commit 0142f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@
692692

693693
if TYPE_CHECKING or DIFFUSERS_SLOW_IMPORT:
694694
from .configuration_utils import ConfigMixin
695+
from .quantizers import PipelineQuantizationConfig
695696

696697
try:
697698
if not is_bitsandbytes_available():

0 commit comments

Comments
 (0)