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 6cad1d5 commit d5ab9caCopy full SHA for d5ab9ca
src/diffusers/quantizers/quanto/utils.py
@@ -49,7 +49,7 @@ def _replace_layers(model, quantization_config, modules_to_not_convert):
49
logger.warning(
50
f"{model.__class__.__name__} does not appear to have any `nn.Linear` modules. Quantization will not be applied."
51
" Please check your model architecture, or submit an issue on Github if you think this is a bug."
52
- " https://github.com/huggingface/diffusers"
+ " https://github.com/huggingface/diffusers/issues/new"
53
)
54
55
# We need to freeze the pre_quantized model in order for the loaded state_dict and model state dict
0 commit comments