-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix benchmark dir because of PR#8627 (#8649)
* remove tsinghua pypi * modify gpt dateset addr for benchmark * fix run_benchmark for llama2_70b in auto_parallel * fix autotunner benchmark error and fix llama2 dy2st benchmark * fix benchmark dir because of PR#8627 * Update run_benchmark.sh Update run_benchmark.sh * fix benchmark dir because of PR#8627 * add qwen N4C32 * fix etcd * fix qwen N4C32 for per_device_type
- Loading branch information
Showing
20 changed files
with
242 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
...ism/qwen/N4C32/qwen-qwen-14b_seqlen4096_pretrain_bs32_bf16_MP1-PP4-sharding8-mbs1-acc4.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
|
||
param="model_name_or_path=qwen/qwen-14b " | ||
param+="per_device_train_batch_size=1 " | ||
param+="data_parallel_degree=1 " | ||
param+="tensor_parallel_degree=1 " | ||
param+="pipeline_parallel_degree=4 " | ||
param+="virtual_pp_degree=1 " | ||
param+="sequence_parallel=0 " | ||
param+="sharding_parallel_degree=8 " | ||
param+="sharding=stage1 " | ||
param+="recompute=0 " | ||
param+="recompute_granularity=full_attn " | ||
param+="run_mode=MP1-PP4-sharding8-mbs1-acc4 " | ||
param+="device_num=N4C32 " | ||
param+="global_batch_size=32 " | ||
param+="model_item=qwen-qwen-14b_seqlen4096_pretrain " | ||
param+="max_steps=100 " | ||
param+="gradient_accumulation_steps=4 " | ||
param+="pp_recompute_interval=1 " | ||
param+="tensor_parallel_config=enable_delay_scale_loss,enable_mp_async_allreduce,enable_mp_skip_c_identity,enable_mp_fused_linear_param_grad_add, " | ||
#多机新添加的参数 | ||
param+="pipeline_parallel_config=enable_delay_scale_loss,enable_sharding_comm_overlap,enable_release_grads, " | ||
param+="max_seq_length=4096 " | ||
param+="min_learning_rate=0.000005 " | ||
param+="save_steps=5000 " | ||
param+="eval_steps=1000 " | ||
param+="scale_loss=1024 " | ||
param+="sharding_parallel_config=split_param,enable_stage1_overlap, " | ||
|
||
|
||
cd ./tests | ||
bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/prepare.sh | ||
|
||
bash -c "${param} bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/run_benchmark.sh" |
48 changes: 48 additions & 0 deletions
48
...sm/qwen/N4C32/qwen-qwen-72b_seqlen4096_pretrain_bs32_bf16_MP8-PP4-sharding1-mbs1-acc32.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
|
||
param="model_name_or_path=qwen/qwen-72b " | ||
param+="per_device_train_batch_size=1 " | ||
param+="data_parallel_degree=1 " | ||
param+="tensor_parallel_degree=8 " | ||
param+="pipeline_parallel_degree=4 " | ||
param+="virtual_pp_degree=4 " | ||
param+="sequence_parallel=1 " | ||
param+="sharding_parallel_degree=1 " | ||
param+="sharding=stage1 " | ||
param+="recompute=0 " | ||
param+="recompute_granularity=full_attn " | ||
param+="run_mode=MP8-PP4-sharding1-mbs1-acc32 " | ||
param+="device_num=N4C32 " | ||
param+="global_batch_size=32 " | ||
param+="model_item=qwen-qwen-72b_seqlen4096_pretrain " | ||
param+="max_steps=100 " | ||
param+="gradient_accumulation_steps=32 " | ||
param+="pp_recompute_interval=1 " | ||
param+="tensor_parallel_config=enable_delay_scale_loss,enable_mp_async_allreduce,enable_mp_skip_c_identity,enable_mp_fused_linear_param_grad_add, " | ||
#多机新添加的参数 | ||
param+="pipeline_parallel_config=enable_delay_scale_loss,enable_sharding_comm_overlap,enable_release_grads, " | ||
param+="max_seq_length=4096 " | ||
param+="min_learning_rate=0.000005 " | ||
param+="save_steps=5000 " | ||
param+="eval_steps=1000 " | ||
param+="scale_loss=1024 " | ||
param+="sharding_parallel_config=split_param,enable_stage1_overlap, " | ||
|
||
|
||
cd ./tests | ||
bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/prepare.sh | ||
|
||
bash -c "${param} bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/run_benchmark.sh" |
48 changes: 48 additions & 0 deletions
48
...ism/qwen/N4C32/qwen-qwen-7b_seqlen4096_pretrain_bs32_bf16_MP2-PP1-sharding16-mbs2-acc1.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
|
||
param="model_name_or_path=qwen/qwen-7b " | ||
param+="per_device_train_batch_size=2 " | ||
param+="data_parallel_degree=1 " | ||
param+="tensor_parallel_degree=2 " | ||
param+="pipeline_parallel_degree=1 " | ||
param+="virtual_pp_degree=1 " | ||
param+="sequence_parallel=1 " | ||
param+="sharding_parallel_degree=16 " | ||
param+="sharding=stage1 " | ||
param+="recompute=0 " | ||
param+="recompute_granularity=full_attn " | ||
param+="run_mode=MP2-PP1-sharding16-mbs2-acc1 " | ||
param+="device_num=N4C32 " | ||
param+="global_batch_size=32 " | ||
param+="model_item=qwen-qwen-7b_seqlen4096_pretrain " | ||
param+="max_steps=100 " | ||
param+="gradient_accumulation_steps=1 " | ||
param+="pp_recompute_interval=1 " | ||
param+="tensor_parallel_config=enable_delay_scale_loss,enable_mp_async_allreduce,enable_mp_skip_c_identity,enable_mp_fused_linear_param_grad_add " | ||
#多机新添加的参数 | ||
param+="pipeline_parallel_config=enable_delay_scale_loss,enable_sharding_comm_overlap,enable_release_grads " | ||
param+="max_seq_length=4096 " | ||
param+="min_learning_rate=0.000005 " | ||
param+="save_steps=5000 " | ||
param+="eval_steps=1000 " | ||
param+="scale_loss=1024 " | ||
param+="sharding_parallel_config=split_param,enable_stage1_overlap " | ||
|
||
|
||
cd ./tests | ||
bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/prepare.sh | ||
|
||
bash -c "${param} bash ./test_tipc/dygraph/hybrid_parallelism/qwen/benchmark_common/run_benchmark.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.