Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@ def test_mtp2_correctness_eager(
mtp_correctness(sampling_config, model_name, 2, enforce_eager=True)


@pytest.mark.skip("TODO(cmq): Revert me when mtp aclgraph is fixed")
def test_mtp1_correctness_piecewise_graph(
sampling_config: SamplingParams,
model_name: str,
):
mtp_correctness(sampling_config, model_name, 1)


@pytest.mark.skip("TODO(cmq): Revert me when mtp aclgraph is fixed")
def test_mtp2_correctness_piecewise_graph(
sampling_config: SamplingParams,
model_name: str,
Expand Down
Loading