File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
tests/integration/test_lists Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ jobs:
284284 "Wanli-Jiang",
285285 "WeiHaocheng",
286286 "weireweire",
287+ "wenmingw",
287288 "wili-65535",
288289 "wm2012011492",
289290 "Wong4j",
@@ -302,6 +303,7 @@ jobs:
302303 "yechank-nvidia",
303304 "yibinl-nvidia",
304305 "yifeizhang-c",
306+ "yihwang-nv",
305307 "yilin-void",
306308 "yingcanw",
307309 "yingguo-trt",
Original file line number Diff line number Diff line change @@ -785,7 +785,8 @@ def getPytestBaseCommandLine(
785785 testCmdLine + = [
786786 " --perf" ,
787787 " --perf-log-formats csv" ,
788- " --perf-log-formats yaml"
788+ " --perf-log-formats yaml" ,
789+ " --enable-gpu-clock-lock"
789790 ]
790791 }
791792 if (stageName. contains(" -Ray-" )) {
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep1-cutla
417417accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep4-cutlass] SKIP (https://nvbugs/5702795)
418418accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep4-trtllm] SKIP (https://nvbugs/5702795)
419419accuracy/test_llm_api_pytorch.py::TestDeepSeekR1::test_nvfp4_multi_gpus[latency_trtllmgen] SKIP (https://nvbugs/5698897)
420- test_e2e/ test_ptp_quickstart_multimodal[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503-mixture_text_image-True] SKIP (https://nvbugs/5648560)
420+ test_e2e.py:: test_ptp_quickstart_multimodal[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503-mixture_text_image-True] SKIP (https://nvbugs/5648560)
421421test_e2e.py::test_ptp_quickstart_multimodal_2gpu[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503] SKIP (https://nvbugs/5648560)
422422test_e2e.py::test_openai_chat_harmony SKIP (https://nvbugs/5633700)
423423accuracy/test_cli_flow.py::TestGpt2::test_weight_only[int4] SKIP (https://nvbugs/5705193)
You can’t perform that action at this time.
0 commit comments