diff --git a/tutorials/experts/source_en/parallel/advanced_operator_parallel.md b/tutorials/experts/source_en/parallel/advanced_operator_parallel.md index 9fcff09b37e4c5da6b29e10ea8978f2ad8f3eb91..d383dde1fb37bb245d377902149aae1c12c0f5ff 100644 --- a/tutorials/experts/source_en/parallel/advanced_operator_parallel.md +++ b/tutorials/experts/source_en/parallel/advanced_operator_parallel.md @@ -41,7 +41,7 @@ layout = Layout((2, 2, 2), name = ("dp", "sp", "mp")) a_strategy = layout("mp", ("sp", "dp")) ``` -Notice that the "[a0, a1, a2, a3]" of the tensor a is sliced twice to the "sp" and "mp" axes of the device, so that the result comes out as: +Notice that the "[a0, a1, a2, a3]" of the tensor a is sliced twice to the "sp" and "dp" axes of the device, so that the result comes out as: ![image](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.3.0rc2/tutorials/experts/source_zh_cn/parallel/images/advanced_operator_parallel_view1.PNG) diff --git a/tutorials/experts/source_zh_cn/parallel/advanced_operator_parallel.md b/tutorials/experts/source_zh_cn/parallel/advanced_operator_parallel.md index 7f640442956d358c63704ec60531f6e58e466651..a6526ab45831abdb05444f5c1ff9489720a97b27 100644 --- a/tutorials/experts/source_zh_cn/parallel/advanced_operator_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/advanced_operator_parallel.md @@ -39,7 +39,7 @@ layout = Layout((2, 2, 2), name = ("dp", "sp", "mp")) a_strategy = layout("mp", ("sp", "dp")) ``` -注意到在张量a的"[a0, a1, a2, a3]"进行了两次切分,切分到了设备的"sp"与"mp"两个轴上,这样出来的结果才是: +注意到在张量a的"[a0, a1, a2, a3]"进行了两次切分,切分到了设备的"sp"与"dp"两个轴上,这样出来的结果才是: ![image](images/advanced_operator_parallel_view1.PNG)