fix finetune

This commit is contained in:
cjm
2024-05-21 17:30:33 +08:00
parent be653f2ae4
commit 76f8f4c376
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ torchrun $DISTRIBUTED_ARGS finetune.py \
--bf16_full_eval true \
--do_train \
--do_eval \
--model_max_length 2048 \
--max_steps 80000 \
--eval_steps 200 \
--output_dir output/output_minicpmv2 \