alexkueck commited on
Commit
1f6bf28
1 Parent(s): 6f8b2c2

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -343,7 +343,7 @@ def bnb_config (load4Bit, double_quant):
343
  bnb_4bit_compute_dtype=bfloat16,
344
  bnb_4bit_use_double_quant=double_quant,
345
  )
346
- return bnb_config
347
 
348
 
349
 
 
343
  bnb_4bit_compute_dtype=bfloat16,
344
  bnb_4bit_use_double_quant=double_quant,
345
  )
346
+ return bnb_config
347
 
348
 
349