fix bnb warning (#36116)

fix
This commit is contained in:
Marc Sun 2025-02-10 17:34:50 +01:00 committed by GitHub
parent 09261ccf12
commit 9510ae39d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,7 +426,7 @@ class BitsAndBytesConfig(QuantizationConfigMixin):
raise ValueError("bnb_4bit_quant_storage must be a string or a torch.dtype")
if kwargs:
logger.warning(f"Unused kwargs: {list(kwargs.keys())}. These kwargs are not used in {self.__class__}.")
logger.info(f"Unused kwargs: {list(kwargs.keys())}. These kwargs are not used in {self.__class__}.")
self.post_init()