Skip to content

Commit 2a827ec

Browse files
committed
up
1 parent d35e77e commit 2a827ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/quantizers/quantization_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def post_init(self):
766766

767767
# TODO: should there be a check for rank?
768768

769-
# Copied from diffusers.quantizers.bitsandbytes.quantization_config.BitsandBytesConfig.to_diff_dict with BitsandBytesConfig->NunchakuConfig
769+
# Copied from diffusers.quantizers.quantization_config.BitsAndBytesConfig.to_diff_dict with BitsAndBytesConfig->NunchakuConfig
770770
def to_diff_dict(self) -> Dict[str, Any]:
771771
"""
772772
Removes all attributes from config which correspond to the default config attributes for better readability and

0 commit comments

Comments
 (0)