Skip to content

Commit 9555fe3

Browse files
committed
update length
Signed-off-by: Dongfeng Yu <[email protected]>
1 parent 9e3e2a7 commit 9555fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/modules/test_fused_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ def test_fused_moe_nvfp4(dtype, moe_backend, hidden_size, intermediate_size):
13811381
with torch.device(f"cuda:{mapping.rank}"):
13821382
SCALING_VECTOR_SIZE = 16
13831383

1384-
SEQ_LEN = 1024
1384+
SEQ_LEN = 8192
13851385
HIDDEN_SIZE = hidden_size
13861386
INTERMEDIATE_SIZE = intermediate_size
13871387
NUM_EXPERTS = 32

0 commit comments

Comments
 (0)