Skip to content

Commit

Permalink
fix wrong args
Browse files Browse the repository at this point in the history
  • Loading branch information
wtmlon committed Jan 25, 2024
1 parent dc6df8c commit 05d1c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param+="per_device_train_batch_size=2 "
param+="data_parallel_degree=1 "
param+="tensor_parallel_degree=2 "
param+="pipeline_parallel_degree=2 "
param+="virtual_pp_degree=5 "
param+="virtual_pp_degree=1 "
param+="sequence_parallel=0 "
param+="sharding_parallel_degree=2 "
param+="sharding=stage1 "
Expand Down

0 comments on commit 05d1c0c

Please sign in to comment.