Skip to content

Commit 28b762a

Browse files
authored
[None][test] fix yml condition error under qa folder (#6733)
Signed-off-by: ruodil <[email protected]>
1 parent d289d85 commit 28b762a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/integration/test_lists/qa/llm_perf_nim.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ llm_perf_nim:
110110
- perf/test_perf.py::test_perf[phi_3_mini_4k_instruct-bench-float16-maxbs:64-input_output_len:500,2000-quant:fp8]
111111

112112
- condition:
113-
terms:
114-
supports_fp8: true
115-
wildcards:
116-
gpu:
117-
- '*h100*'
118-
- '*h200*'
119-
- '*h20*'
113+
terms:
114+
supports_fp8: true
115+
wildcards:
116+
gpu:
117+
- '*h100*'
118+
- '*h200*'
119+
- '*h20*'
120120
tests:
121121
- perf/test_perf.py::test_perf[phi_4_mini_instruct-bench-bfloat16-maxbs:32-maxnt:5000-input_output_len:5000,500-quant:fp8-reqs:10-con:1]
122122
- perf/test_perf.py::test_perf[phi_4_mini_instruct-bench-bfloat16-maxbs:32-maxnt:5000-input_output_len:5000,500-quant:fp8-reqs:10-con:250]

0 commit comments

Comments
 (0)