Skip to content

Commit ca10545

Browse files
Correct CI test name (#1239)
As titled, this PR fixes the incorrect test name in CI testing per this previous discussion: #1231 (comment)
1 parent ed2bbc0 commit ca10545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def build_test_list():
382382
"--parallelism.context_parallel_degree=2",
383383
]
384384
],
385-
"HSDP+CP (with dp_shard)",
385+
"HSDP+CP (without dp_shard)",
386386
"hsdp+cp_without_dp_shard",
387387
ngpu=4,
388388
),
@@ -394,7 +394,7 @@ def build_test_list():
394394
"--parallelism.context_parallel_degree=2",
395395
]
396396
],
397-
"HSDP+CP (without dp_shard)",
397+
"HSDP+CP (with dp_shard)",
398398
"hsdp+cp_with_dp_shard",
399399
ngpu=8,
400400
),

0 commit comments

Comments
 (0)