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 69bd67f commit afb9b89Copy full SHA for afb9b89
tests/integration_tests/flux.py
@@ -27,12 +27,10 @@ def build_flux_test_list() -> list[OverrideDefinitions]:
27
"--parallelism.data_parallel_replicate_degree 2",
28
"--parallelism.context_parallel_degree 2",
29
"--validation.enable",
30
- "--checkpoint.enable",
31
],
32
- [],
33
34
- "HSDP+CP+Validation+Inference",
35
- "hsdp+cp+validation+inference",
+ "HSDP+CP+Validation",
+ "hsdp+cp+validation",
36
ngpu=8,
37
),
38
]
0 commit comments