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 695061b commit 9693251Copy full SHA for 9693251
src/diffusers/quantizers/__init__.py
@@ -101,8 +101,6 @@ def _validate_quant_mapping_args(self):
101
102
available_transformers = list(transformers_map.values()) if transformers_map else None
103
available_diffusers = list(diffusers_map.values())
104
- print(f"{quant_mapping=}")
105
- print(f"{available_diffusers=}")
106
107
for module_name, config in quant_mapping.items():
108
if any(isinstance(config, cfg) for cfg in available_diffusers):
0 commit comments