Skip to content

Commit

Permalink
Forgot to substitute variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Nov 7, 2024
1 parent d78fb17 commit 2ee05eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/augusta/beaker/peteish7-medlr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ torchrun \
--save_interval_ephemeral=1000 \
--eval_interval=1000 \
--fsdp.sharding_strategy=HYBRID_SHARD \
--fsdp.hybrid_sharding_num_model_replicas=$NUM_NODES \
--fsdp.hybrid_sharding_num_model_replicas=$BEAKER_REPLICA_COUNT \
--save_folder=$SAVE_FOLDER \
--remote_save_folder="gs://ai2-llm/checkpoints/OLMo-medium/$NAME/" \
--save_overwrite \
Expand Down

0 comments on commit 2ee05eb

Please sign in to comment.