Skip to content

Commit 47089d9

Browse files
committed
update test config
Signed-off-by: Dongfeng Yu <[email protected]>
1 parent 325fe9a commit 47089d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unittest/_torch/thop/parallel/test_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,8 +1171,8 @@ def test_no_autotune(self, num_tokens, hidden_size, intermediate_size,
11711171
use_topk_as_input=use_topk_as_input)
11721172

11731173
@pytest.mark.parametrize("num_tokens", [1])
1174-
@pytest.mark.parametrize("hidden_size", [2048])
1175-
@pytest.mark.parametrize("intermediate_size", [2048])
1174+
@pytest.mark.parametrize("hidden_size", [512])
1175+
@pytest.mark.parametrize("intermediate_size", [512])
11761176
@pytest.mark.parametrize(
11771177
"routing_info",
11781178
[

0 commit comments

Comments
 (0)