Skip to content

test_fused_moe_blockwise.py 改了一下shape,单测过不了 #19

@K11OntheBoat

Description

@K11OntheBoat

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions