We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2bbc0 commit ca10545Copy full SHA for ca10545
tests/integration_tests.py
@@ -382,7 +382,7 @@ def build_test_list():
382
"--parallelism.context_parallel_degree=2",
383
]
384
],
385
- "HSDP+CP (with dp_shard)",
+ "HSDP+CP (without dp_shard)",
386
"hsdp+cp_without_dp_shard",
387
ngpu=4,
388
),
@@ -394,7 +394,7 @@ def build_test_list():
394
395
396
397
- "HSDP+CP (without dp_shard)",
+ "HSDP+CP (with dp_shard)",
398
"hsdp+cp_with_dp_shard",
399
ngpu=8,
400
0 commit comments