Nanobit commited on
Commit
594e72b
·
1 Parent(s): 25eeeeb

Fix incorrect rebase

Browse files
Files changed (1) hide show
  1. src/axolotl/utils/models.py +0 -1
src/axolotl/utils/models.py CHANGED
@@ -129,7 +129,6 @@ def load_model(
129
  llm_int8_threshold=6.0,
130
  llm_int8_has_fp16_weight=False,
131
  bnb_4bit_compute_dtype=torch_dtype,
132
- bnb_4bit_compute_dtype=torch_dtype,
133
  bnb_4bit_use_double_quant=True,
134
  bnb_4bit_quant_type="nf4",
135
  )
 
129
  llm_int8_threshold=6.0,
130
  llm_int8_has_fp16_weight=False,
131
  bnb_4bit_compute_dtype=torch_dtype,
 
132
  bnb_4bit_use_double_quant=True,
133
  bnb_4bit_quant_type="nf4",
134
  )