Skip to content

Commit 7b8a73d

Browse files
committed
todo.
1 parent 037a68b commit 7b8a73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/quantizers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def _validate_init_kwargs_in_backends(self):
102102
if init_kwargs_transformers != init_kwargs_diffusers:
103103
raise ValueError(
104104
"The signatures of the __init__ methods of the quantization config classes in `diffusers` and `transformers` don't match. "
105-
f"Please provide a `quant_mapping` instead, in the {self.__class__.__name__} class. Refer to the docs to learn more about how "
106-
"this mapping would look like: TODO."
105+
f"Please provide a `quant_mapping` instead, in the {self.__class__.__name__} class. Refer to [the docs](https://huggingface.co/docs/diffusers/main/en/quantization/overview#pipeline-level-quantization) to learn more about how "
106+
"this mapping would look like."
107107
)
108108

109109
def _validate_quant_mapping_args(self):

0 commit comments

Comments
 (0)