-
Notifications
You must be signed in to change notification settings - Fork 57
Description
@pytest.mark.parametrize("num_tokens", [128])
@pytest.mark.parametrize("num_topk", [8])
@pytest.mark.parametrize("hidden_size", [4096])
@pytest.mark.parametrize("intermediate_size", [1536])
@pytest.mark.parametrize("num_expert", [128])
@pytest.mark.parametrize("rank_ep", [0, 1, 2, 3, 4, 5, 6, 7])
@pytest.mark.parametrize("size_ep", [8])
@pytest.mark.parametrize("has_shared_output", [False, True])
FAILED test_fuse_moe_blockwise.py::test_fuse_moe_blockwise_fp8[False-8-0-128-1536-4096-8-128] - AssertionError: assert False
FAILED test_fuse_moe_blockwise.py::test_fuse_moe_blockwise_fp8[True-8-1-128-1536-4096-8-128] - AssertionError: assert False
FAILED test_fuse_moe_blockwise.py::test_fuse_moe_blockwise_fp8[True-8-5-128-1536-4096-8-128] - AssertionError: assert False