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 f8e3952 commit 19a008fCopy full SHA for 19a008f
src/transformers/quantizers/quantizer_bnb_4bit.py
@@ -248,7 +248,7 @@ def create_quantized_param(
248
device=target_device,
249
**param_kwargs,
250
)
251
- elif self.quantization_config.bnb_4bit_target_paarameters:
+ elif self.quantization_config.bnb_4bit_target_parameters:
252
# Normal nn.Parameter, i.e. outside of a Linear4bit layer.
253
import bitsandbytes.nn.parametrize
254
0 commit comments