mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +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")
|
raise ValueError("bnb_4bit_quant_storage must be a string or a torch.dtype")
|
||||||
|
|
||||||
if kwargs:
|
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()
|
self.post_init()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user