Fix incorrect rebase
Browse files
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 |
)
|