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 081b88e commit 69bd67fCopy full SHA for 69bd67f
.github/workflows/integration_test_8gpu_models.yaml
@@ -54,4 +54,4 @@ jobs:
54
python -m tests.integration_tests.run_tests --test_suite models artifacts-to-be-uploaded --ngpu 8
55
python -m tests.integration_tests.flux artifacts-to-be-uploaded/flux --ngpu 8
56
rm -rf artifacts-to-be-uploaded/*/checkpoint
57
- rm -rf artifacts-to-be-uploaded/flux/test_generate/inference_results/
+ rm -rf artifacts-to-be-uploaded/flux/*/inference_results/
tests/integration_tests/flux.py
@@ -29,7 +29,7 @@ def build_flux_test_list() -> list[OverrideDefinitions]:
29
"--validation.enable",
30
"--checkpoint.enable",
31
],
32
- []
+ [],
33
34
"HSDP+CP+Validation+Inference",
35
"hsdp+cp+validation+inference",
0 commit comments