Skip to content

Commit 69bd67f

Browse files
committed
lint
1 parent 081b88e commit 69bd67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_test_8gpu_models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
python -m tests.integration_tests.run_tests --test_suite models artifacts-to-be-uploaded --ngpu 8
5555
python -m tests.integration_tests.flux artifacts-to-be-uploaded/flux --ngpu 8
5656
rm -rf artifacts-to-be-uploaded/*/checkpoint
57-
rm -rf artifacts-to-be-uploaded/flux/test_generate/inference_results/
57+
rm -rf artifacts-to-be-uploaded/flux/*/inference_results/

tests/integration_tests/flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def build_flux_test_list() -> list[OverrideDefinitions]:
2929
"--validation.enable",
3030
"--checkpoint.enable",
3131
],
32-
[]
32+
[],
3333
],
3434
"HSDP+CP+Validation+Inference",
3535
"hsdp+cp+validation+inference",

0 commit comments

Comments
 (0)