Skip to content

Commit 9638b56

Browse files
authored
fix sh bug (#381)
1 parent 225724c commit 9638b56

File tree

1 file changed

+1
-1
lines changed
  • examples/pytorch/llm/scripts/cogagent_18b_chat/lora

1 file changed

+1
-1
lines changed

examples/pytorch/llm/scripts/cogagent_18b_chat/lora/sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ swift sft \
1515
--lora_rank 8 \
1616
--lora_alpha 32 \
1717
--lora_dropout_p 0.05 \
18-
--lora_target_modules DEFULAT \
18+
--lora_target_modules DEFAULT \
1919
--gradient_checkpointing false \
2020
--batch_size 1 \
2121
--weight_decay 0.01 \

0 commit comments

Comments
 (0)