Skip to content

Commit 95bca81

Browse files
Merge branch 'main' into gk/improved_sharding_heuristics
2 parents 86b9fbe + 1a46bb0 commit 95bca81

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

jenkins/L0_Test.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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-")) {

tests/integration/test_lists/waives.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep1-cutla
417417
accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep4-cutlass] SKIP (https://nvbugs/5702795)
418418
accuracy/test_llm_api_pytorch.py::TestQwen3NextInstruct::test_nvfp4[tp4ep4-trtllm] SKIP (https://nvbugs/5702795)
419419
accuracy/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)
421421
test_e2e.py::test_ptp_quickstart_multimodal_2gpu[mistral-small-3.1-24b-instruct-Mistral-Small-3.1-24B-Instruct-2503] SKIP (https://nvbugs/5648560)
422422
test_e2e.py::test_openai_chat_harmony SKIP (https://nvbugs/5633700)
423423
accuracy/test_cli_flow.py::TestGpt2::test_weight_only[int4] SKIP (https://nvbugs/5705193)

0 commit comments

Comments
 (0)