From 6864639ad4968c6460d249ec61d2094c1ce61c7a Mon Sep 17 00:00:00 2001 From: yxy1684 <2270320041@qq.com> Date: Thu, 29 Feb 2024 19:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=8D=95=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=8C=85=E5=90=AB=E5=B7=A5=E5=8F=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/little_demo/run.sh | 2 +- example/little_demo/run_mpi_job.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/little_demo/run.sh b/example/little_demo/run.sh index 7f697cd7..0b46aca7 100644 --- a/example/little_demo/run.sh +++ b/example/little_demo/run.sh @@ -113,7 +113,7 @@ fi apply_gradient_strategy="sum_same_id_gradients_and_apply" export APPLY_GRADIENTS_STRATEGY=${apply_gradient_strategy} -hccl_json_8p="/home/z30029085/model_with_mt_cpu_only/device_topo/hccl_json_123_1p.json" +hccl_json_8p="/home/xxxxxxxxx/model_with_mt_cpu_only/device_topo/hccl_json_123_1p.json" # 使用ranktable方案 function rankTableSolution() { echo "The ranktable solution" diff --git a/example/little_demo/run_mpi_job.sh b/example/little_demo/run_mpi_job.sh index 275d5bf4..e92b677f 100644 --- a/example/little_demo/run_mpi_job.sh +++ b/example/little_demo/run_mpi_job.sh @@ -124,7 +124,7 @@ fi apply_gradient_strategy="sum_same_id_gradients_and_apply" export APPLY_GRADIENTS_STRATEGY=${apply_gradient_strategy} -#hccl_json_8p="/home/z30029085/model_with_mt_cpu_only/device_topo/hccl_json_123_1p.json" +#hccl_json_8p="/home/xxxxxxxxx/model_with_mt_cpu_only/device_topo/hccl_json_123_1p.json" hccl_json_8p="/opt/huawei/mxrec_hl/npu_1110/last_8p.json" # 使用ranktable方案 function rankTableSolution() { -- Gitee