Skip to content

Commit d5ab9ca

Browse files
DN6sayakpaul
andauthored
Update src/diffusers/quantizers/quanto/utils.py
Co-authored-by: Sayak Paul <[email protected]>
1 parent 6cad1d5 commit d5ab9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/quantizers/quanto/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _replace_layers(model, quantization_config, modules_to_not_convert):
4949
logger.warning(
5050
f"{model.__class__.__name__} does not appear to have any `nn.Linear` modules. Quantization will not be applied."
5151
" Please check your model architecture, or submit an issue on Github if you think this is a bug."
52-
" https://github.com/huggingface/diffusers"
52+
" https://github.com/huggingface/diffusers/issues/new"
5353
)
5454

5555
# We need to freeze the pre_quantized model in order for the loaded state_dict and model state dict

0 commit comments

Comments
 (0)