Skip to content

Commit

Permalink
update conf for sharding overlap in auto_parallel static (PaddlePaddl…
Browse files Browse the repository at this point in the history
  • Loading branch information
liym27 authored Nov 19, 2024
1 parent 619c1b9 commit 79bba4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pipeline_parallel_degree": 4,
"sharding": "stage1",
"data_parallel_config": "enable_allreduce_avg_in_gradinent_scale gradient_sync_after_accumulate",
"sharding_parallel_config": "enable_stage2_overlap",
"sharding_parallel_config": "enable_stage1_overlap",
"tensor_parallel_config": "enable_mp_async_allreduce",
"pipeline_parallel_config": "enable_send_recv_overlap enable_split_backward",
"pipeline_schedule_mode": "VPP",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"virtual_pp_degree": 5,
"pipeline_schedule_mode": "VPP",
"data_parallel_config": "enable_allreduce_avg_in_gradinent_scale gradient_sync_after_accumulate",
"sharding_parallel_config": "split_param enable_stage1_overlap",
"sharding_parallel_config": "enable_stage1_overlap",
"tensor_parallel_config": "enable_mp_async_allreduce",
"max_seq_length": 4096,
"to_static": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pipeline_parallel_degree": 1,
"sharding": "stage1",
"data_parallel_config": "enable_allreduce_avg_in_gradinent_scale gradient_sync_after_accumulate",
"sharding_parallel_config": "enable_stage2_overlap",
"sharding_parallel_config": "enable_stage1_overlap",
"tensor_parallel_config": "enable_mp_async_allreduce",
"pipeline_parallel_config": "",
"virtual_pp_degree": 1,
Expand Down

0 comments on commit 79bba4f

Please sign in to comment.