Skip to content
Open
Changes from all commits
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
3 changes: 0 additions & 3 deletions tests/integration/defs/accuracy/test_llm_api_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,6 @@ class TestDeepSeekV32(LlmapiAccuracyTestHarness):
MODEL_PATH = f"{llm_models_root()}/DeepSeek-V3.2-Exp-hf"

@pytest.mark.skip_less_mpi_world_size(8)
@pytest.mark.skip_less_device(8)
@skip_pre_hopper
@pytest.mark.skip_less_device_memory(140000)
@pytest.mark.parametrize(
Expand Down Expand Up @@ -2666,7 +2665,6 @@ def test_fp8_blockscale(self, tp_size, pp_size, ep_size, mtp_nextn, fp8kv,
task.evaluate(llm)

@pytest.mark.skip_less_mpi_world_size(8)
@pytest.mark.skip_less_device(8)
@skip_pre_blackwell
@pytest.mark.parametrize(
"tp_size,pp_size,ep_size,mtp_nextn,fp8kv,attention_dp,cuda_graph,overlap_scheduler,max_batch_size,moe_backend",
Expand Down Expand Up @@ -2726,7 +2724,6 @@ def test_nvfp4_multi_gpus(self, tp_size, pp_size, ep_size, mtp_nextn, fp8kv,
task.evaluate(llm)

@pytest.mark.skip_less_mpi_world_size(8)
@pytest.mark.skip_less_device(8)
@skip_pre_blackwell
@pytest.mark.parametrize(
"tp_size,pp_size,ep_size,mtp_nextn,fp8kv,attention_dp,cuda_graph,overlap_scheduler,max_batch_size,moe_backend",
Expand Down