Skip to content

Commit

Permalink
Merge pull request hiyouga#3578 from pha123661/main
Browse files Browse the repository at this point in the history
Fix badam example argument
  • Loading branch information
hiyouga committed May 5, 2024
2 parents 845d5ac + eeb415f commit a34f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extras/badam/sft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CUDA_VISIBLE_DEVICES=0 llamafactory-cli train \
--finetuning_type full \
--use_badam \
--badam_switch_mode descending \
--badam_switch_block_every 50 \
--badam_switch_interval 50 \
--badam_verbose 2 \
--output_dir ../../../saves/LLaMA2-7B/badam/sft \
--overwrite_cache \
Expand Down

0 comments on commit a34f526

Please sign in to comment.