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 d35e77e commit 2a827ecCopy full SHA for 2a827ec
src/diffusers/quantizers/quantization_config.py
@@ -766,7 +766,7 @@ def post_init(self):
766
767
# TODO: should there be a check for rank?
768
769
- # Copied from diffusers.quantizers.bitsandbytes.quantization_config.BitsandBytesConfig.to_diff_dict with BitsandBytesConfig->NunchakuConfig
+ # Copied from diffusers.quantizers.quantization_config.BitsAndBytesConfig.to_diff_dict with BitsAndBytesConfig->NunchakuConfig
770
def to_diff_dict(self) -> Dict[str, Any]:
771
"""
772
Removes all attributes from config which correspond to the default config attributes for better readability and
0 commit comments