Skip to content

Commit afb9b89

Browse files
committed
test FLUX CP + validation
1 parent 69bd67f commit afb9b89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/integration_tests/flux.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ def build_flux_test_list() -> list[OverrideDefinitions]:
2727
"--parallelism.data_parallel_replicate_degree 2",
2828
"--parallelism.context_parallel_degree 2",
2929
"--validation.enable",
30-
"--checkpoint.enable",
3130
],
32-
[],
3331
],
34-
"HSDP+CP+Validation+Inference",
35-
"hsdp+cp+validation+inference",
32+
"HSDP+CP+Validation",
33+
"hsdp+cp+validation",
3634
ngpu=8,
3735
),
3836
]

0 commit comments

Comments
 (0)