Skip to content

Commit 10014d8

Browse files
authored
Update run_finetune.py (#11159)
1 parent e73341e commit 10014d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llm/run_finetune.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,9 @@ def create_peft_model(
606606
use_quick_lora=model_args.use_quick_lora,
607607
lora_use_mixer=model_args.lora_use_mixer,
608608
use_mora=model_args.use_mora,
609-
<<<<<<< HEAD
610609
nola=model_args.nola,
611610
nola_basis_num=model_args.nola_basis_num,
612-
=======
613611
mixer_num=model_args.mixer_num,
614-
>>>>>>> upstream/develop
615612
lorapro=model_args.lorapro,
616613
)
617614
if model_args.lorapro:

0 commit comments

Comments
 (0)