Skip to content

Commit 7eb6bfd

Browse files
add shared expert cases
1 parent 5fa7db2 commit 7eb6bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/prototype/moe_training/test_fsdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def device_mesh_1d() -> DeviceMesh:
7878
"target_fqns",
7979
[
8080
["experts"],
81-
["does.not.exist"],
81+
["experts,shared_experts"],
8282
],
8383
)
8484
@pytest.mark.parametrize("compile", [False, True])

test/prototype/moe_training/test_fsdp_tp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def device_mesh_2d() -> DeviceMesh:
103103
"target_fqns",
104104
[
105105
["experts"],
106-
["does.not.exist"],
106+
["experts,shared_experts"],
107107
],
108108
)
109109
@pytest.mark.parametrize("compile", [False, True])

test/prototype/moe_training/test_tp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def device_mesh_1d() -> DeviceMesh:
9696
"target_fqns",
9797
[
9898
["experts"],
99-
["does.not.exist"],
99+
["experts,shared_experts"],
100100
],
101101
)
102102
@pytest.mark.parametrize("compile", [False, True])

0 commit comments

Comments
 (0)