Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jul 29, 2024
1 parent 0fc478b commit aec7187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/quantizers/quantizer_bnb_4bit.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def create_quantized_param(
quantized_stats=quantized_stats,
requires_grad=False,
device=target_device,
**param_kwargs
**param_kwargs,
)
else:
new_value = param_value.to("cpu")
Expand Down

0 comments on commit aec7187

Please sign in to comment.