Skip to content

Commit

Permalink
changed default parallel order
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankSubramanian committed Nov 14, 2024
1 parent ceee04b commit 3e59c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def train(params, args, local_rank, world_rank, world_size):
)
parser.add_argument(
"--parallel_order",
default="tp-dp",
default="tp-cp-dp",
type=str,
help="Order of ranks for parallelism",
)
Expand Down

0 comments on commit 3e59c7d

Please sign in to comment.