We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd7846 commit 5aa6565Copy full SHA for 5aa6565
test/auto_parallel/pir/test_moe_api.py
@@ -82,7 +82,7 @@ def test_2Dmesh_4experts(self):
82
global_mesh = [0, 1, 2, 3, 4, 5, 6, 7]
83
local_meshes = [[0, 1], [2, 3], [4, 5], [6, 7]]
84
global_dims_mapping = [0, -1, 1]
85
- local_dims_mapping = [-1, -1, 0]
+ local_dims_mapping = [-1, -1, 1]
86
self.check_results(
87
ops,
88
global_mesh,
0 commit comments