Skip to content

Commit 1a1f053

Browse files
committed
remove useless codes
Signed-off-by: bhsueh <[email protected]>
1 parent 585c629 commit 1a1f053

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,8 +2421,6 @@ def test_fp8(self, tp_size, pp_size, ep_size, attention_dp, cuda_graph,
24212421
)
24222422
def test_nvfp4(self, tp_size, pp_size, ep_size, attention_dp, cuda_graph,
24232423
overlap_scheduler, moe_backend, eagle3):
2424-
if moe_backend == "TRITON":
2425-
pytest.skip("Triton kernels are not available")
24262424

24272425
pytorch_config = dict(
24282426
disable_overlap_scheduler=not overlap_scheduler,

0 commit comments

Comments
 (0)