Skip to content

Commit

Permalink
Update run_train_deepspeed.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-awadalla authored Oct 18, 2023
1 parent ae76178 commit d29c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_flamingo/scripts/run_train_deepspeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ srun --cpu_bind=v --accel-bind=gn bash -c 'python -u -m torch.distributed.run \
--run_name "deepspeed" \
--num_epochs 480 \
--warmup_steps 0 \
--mmc4_textsim_threshold 0.0 \
--mmc4_textsim_threshold 0.24 \
--laion_shards "/path/to/laion-samples/{000000..000001}.tar" \
--mmc4_shards "/path/to/mmc4-samples/{000000..000001}.tar" \
--report_to_wandb

0 comments on commit d29c8b8

Please sign in to comment.