We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78a36c commit 355509eCopy full SHA for 355509e
src/diffusers/__init__.py
@@ -31,7 +31,7 @@
31
"loaders": ["FromOriginalModelMixin"],
32
"models": [],
33
"pipelines": [],
34
- "quantizers.quantization_config": ["BitsAndBytesConfig"],
+ "quantizers.quantization_config": ["BitsAndBytesConfig", "TorchAoConfig"],
35
"schedulers": [],
36
"utils": [
37
"OptionalDependencyNotAvailable",
@@ -551,7 +551,7 @@
551
552
if TYPE_CHECKING or DIFFUSERS_SLOW_IMPORT:
553
from .configuration_utils import ConfigMixin
554
- from .quantizers.quantization_config import BitsAndBytesConfig
+ from .quantizers.quantization_config import BitsAndBytesConfig, TorchAoConfig
555
556
try:
557
if not is_onnx_available():
0 commit comments