Skip to content

Commit

Permalink
Fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Nov 7, 2024
1 parent 2ba7632 commit 57dac1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/augusta/peteish13-highlr-anneal-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,21 @@ mkdir -p $SAVE_FOLDER

./scripts/augusta/launch_train.sh $HOSTS \
configs/annealing/$FILENAME-google.yaml \
--run_name=$RUN_NAME \
--seed=$SEED \
--fsdp.sharding_strategy=HYBRID_SHARD \
--fsdp.hybrid_sharding_num_model_replicas=$NUM_NODES \
--save_folder=$SAVE_FOLDER \
--try_load_latest_save=true \
--restore_dataloader=true \
--save_overwrite \
--device_train_microbatch_size=4 \
--device_eval_batch_size=8 \
--activation_checkpointing=whole_layer \
--compile.fullgraph=false \
--fused_loss=true \
--model.flash_attention=true \
--epoch=1 \
--data.num_workers=8 \
--optimizer.metrics_log_interval=10 \
--data.prefetch_factor=8 2>&1 | tee $SAVE_FOLDER/log.txt

# --try_load_latest_save=true \
# --restore_dataloader=true \

0 comments on commit 57dac1c

Please sign in to comment.