Update finetune_ds.sh

This commit is contained in:
YuzaChongyi
2024-05-28 17:11:48 +08:00
committed by GitHub
parent e62beb985f
commit e1aa52f714

View File

@@ -34,8 +34,8 @@ torchrun $DISTRIBUTED_ARGS finetune.py \
--fp16_full_eval false \
--do_train \
--do_eval \
--tune_vision false \
--tune_llm false \
--tune_vision true \
--tune_llm true \
--model_max_length 2048 \
--max_steps 10000 \
--eval_steps 1000 \