Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/visual_gen/configs/wan2.2-t2v-fp4-1gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ parallel:
dit_cfg_size: 1
dit_ulysses_size: 1
enable_parallel_vae: true
teacache:
enable_teacache: false
cuda_graph:
enable_cuda_graph: false
2 changes: 0 additions & 2 deletions examples/visual_gen/configs/wan2.2-t2v-fp4-4gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ parallel:
dit_cfg_size: 2
dit_ulysses_size: 2
enable_parallel_vae: true
teacache:
enable_teacache: false
cuda_graph:
enable_cuda_graph: false
2 changes: 0 additions & 2 deletions examples/visual_gen/configs/wan2.2-t2v-fp8-8gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ parallel:
dit_cfg_size: 2
dit_ulysses_size: 4
enable_parallel_vae: true
teacache:
enable_teacache: false
cuda_graph:
enable_cuda_graph: false
2 changes: 1 addition & 1 deletion jenkins/L0_Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@ def launchTestJobs(pipeline, testFilter)
"GB10-PyTorch-Post-Merge-1": ["gb10x-single", "l0_gb10", 1, 1],
// Disable GB300 stages due to nodes will be offline temporarily.
// "GB300-PyTorch-1": ["gb300-single", "l0_gb300", 1, 1],
// "GB300-4_GPUs-PyTorch-Post-Merge-1": ["gb300-x4", "l0_gb300_multi_gpus", 1, 1, 4],
"GB300-4_GPUs-PyTorch-Post-Merge-1": ["auto:gb300-x4", "l0_gb300_multi_gpus", 1, 1, 4],
// PerfSanity pre-merge tests
"GB200-4_GPUs-PyTorch-PerfSanity-1": ["auto:gb200-x4", "l0_gb200_multi_gpus_perf_sanity", 1, 1, 4],
// PerfSanity post-merge tests
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/test_lists/waives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ perf/test_perf_sanity.py::test_e2e[disagg_upload-gen_only-gb200_deepseek-r1-fp4_
perf/test_perf_sanity.py::test_e2e[disagg_upload-gen_only-gb200_deepseek-r1-fp4_1k1k_con1024_ctx1_dep4_gen1_dep32_eplb0_mtp3_ccb-UCX] SKIP (https://nvbugs/6088149)
perf/test_perf_sanity.py::test_e2e[aggr_upload-k25_thinking_fp4_2_nodes_grace_blackwell-k25_thinking_fp4_dep8_32k8k] SKIP (https://nvbugs/6088149)
accuracy/test_llm_api_pytorch.py::TestNemotronNas::test_auto_dtype_tp8 SKIP (https://nvbugs/6070857)
cpp/test_multi_gpu.py::TestDisagg::test_symmetric_executor[gpt-2proc-nixl_kvcache-90] SKIP (https://nvbugs/6093820)
cpp/test_multi_gpu.py::TestDisagg::test_symmetric_executor[gpt-2proc-ucx_kvcache-90] SKIP (https://nvbugs/6093820)
accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[fp8-1-trtllm] SKIP (https://nvbugs/6094208)
accuracy/test_llm_api_autodeploy.py::TestNemotronNanoV3::test_accuracy[bf16-1-trtllm] SKIP (https://nvbugs/6094208)
accuracy/test_llm_api_autodeploy.py::TestLlama3_1_8B::test_auto_dtype[torch-True-1] SKIP (https://nvbugs/6093714)
Expand Down
Loading