mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
parent
09261ccf12
commit
9510ae39d9
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user