Skip to content

Commit c88466b

Browse files
committed
Remove double_quant
1 parent 72aa233 commit c88466b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

train/hf_qlora_wizard_coder.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@
307307
"bnb_config = BitsAndBytesConfig(\n",
308308
" load_in_4bit=True,\n",
309309
" bnb_4bit_quant_type=\"nf4\",\n",
310-
" bnb_4bit_use_double_quant=True,\n",
311310
" bnb_4bit_compute_dtype=torch.float16,\n",
312311
")\n",
313312
"\n",

0 commit comments

Comments
 (0)