Skip to content

Commit 331f062

Browse files
VALLIS-NERIAfredricz-20070104
authored andcommitted
[https://nvbugs/5596343] [test] Waive flaky GPT-OSS cases (NVIDIA#8904)
Signed-off-by: Xiwen Yu <[email protected]> Signed-off-by: FredricZ-2007 <[email protected]>
1 parent d366c9a commit 331f062

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,10 +3591,6 @@ def test_dummy_load_format(self):
35913591
def test_w4_4gpus(self, kv_cache_dtype, moe_backend, tp_size, pp_size,
35923592
ep_size, attention_dp, cuda_graph, overlap_scheduler,
35933593
mocker):
3594-
if get_sm_version() < 100:
3595-
pytest.skip(
3596-
"https://nvbugs/5596343: Skip Hopper due to accuracy issue.")
3597-
35983594
if moe_backend == "TRITON":
35993595
if not IS_TRITON_KERNELS_AVAILABLE:
36003596
pytest.skip("Triton kernels are not available")

tests/integration/test_lists/waives.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ full:RTX/accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_2gpus[ep2-trtllm-
360360
full:RTX/accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_2gpus[ep2-trtllm-fp8] SKIP (https://nvbugs/5569719)
361361
full:RTX/accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_2gpus[dp2-trtllm-auto] SKIP (https://nvbugs/5569719)
362362
full:RTX/accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_2gpus[dp2-trtllm-fp8] SKIP (https://nvbugs/5569719)
363+
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_4gpus[ep4-cutlass-auto] SKIP (https://nvbugs/5596343)
364+
accuracy/test_llm_api_pytorch.py::TestGPTOSS::test_w4_4gpus[tp4-cutlass-auto] SKIP (https://nvbugs/5596343)
363365
examples/test_phi.py::test_llm_phi_lora_1gpu[Phi-3-mini-4k-instruct-ru-lora-Phi-3-mini-4k-instruct-lora_fp16-base_fp16] SKIP (https://nvbugs/5612313)
364366
accuracy/test_disaggregated_serving.py::TestGemma3_1BInstruct::test_auto_dtype[False] SKIP (https://nvbugs/5569696)
365367
accuracy/test_disaggregated_serving.py::TestGemma3_1BInstruct::test_auto_dtype[True] SKIP (https://nvbugs/5569696)

0 commit comments

Comments
 (0)