Skip to content

Commit f6abcc0

Browse files
ZhanruiSunChmikeiovine
authored andcommitted
[None][infra] Remove invaild waived tests which not in release branch (#8841)
Signed-off-by: ZhanruiSunCh <[email protected]>
1 parent 836e232 commit f6abcc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ accuracy/test_cli_flow.py::TestPhi4MiniInstruct::test_tp2 SKIP (https://nvbugs/5
274274
accuracy/test_cli_flow.py::TestLongAlpaca7B::test_auto_dtype SKIP (https://nvbugs/5481075)
275275
accuracy/test_llm_api.py::TestPhi4MiniInstruct::test_fp8 SKIP (https://nvbugs/5465143, 5481206 WNF)
276276
accuracy/test_llm_api_pytorch.py::TestEXAONE4::test_auto_dtype SKIP (https://nvbugs/5481090)
277-
accuracy/test_disaggregated_serving.py::TestLlama3_1_8BInstruct::test_ngram SKIP (https://nvbugs/5488118)
278277
test_e2e.py::test_trtllm_bench_iteration_log[TRT-streaming-meta-llama/Llama-3.1-8B-llama-3.1-model/Meta-Llama-3.1-8B] SKIP (https://nvbugs/5448523)
279278
cpp/test_unit_tests.py::test_unit_tests[kernels-80] SKIP (https://nvbugs/5504078)
280279
accuracy/test_llm_api_pytorch.py::TestLlama3_2_3B::test_auto_dtype SKIP (https://nvbugs/5520319)

tests/unittest/_torch/thop/parallel/test_fp8_rowwise_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from tensorrt_llm.models.modeling_utils import QuantAlgo, QuantConfig
77

88

9-
@skip_pre_hopper
9+
@skip_blackwell
1010
@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16])
1111
def test_fp8_rowwise_linear(dtype):
1212
SEQ_LEN = 10

0 commit comments

Comments
 (0)