Skip to content

Commit

Permalink
Update finetune.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahzyuan authored Feb 22, 2024
1 parent 29288c4 commit 311f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ACCELERATE_LOG_LEVEL=info
# --output_dir="${path_to_save_checkpoint}": Directory where training checkpoints will be saved.
# Execution command: Runs 'spin/run_spin.py' with 'configs/config.yaml' as its configuration.

accelerate launch --config_file configs/deepspeed_zero3.yaml --num_processes=8 --main_process_port 2950 spin/run_spin.py configs/config.yaml
accelerate launch --config_file configs/deepspeed_zero3.yaml --num_processes=8 --main_process_port 2950 spin/run_spin.py configs/config.yaml --num_train_epochs=6

0 comments on commit 311f542

Please sign in to comment.