We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c6f1d commit 722a3fdCopy full SHA for 722a3fd
.github/workflows/flux_unit_test_cpu.yaml
@@ -30,4 +30,4 @@ jobs:
30
pip config --user set global.progress_bar off
31
32
pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
33
- pytest experiments/flux/tests/unit_tests/ --cov=. --cov-report=xml --durations=20 -vv
+ pytest torchtitan/experiments/flux/tests/unit_tests/ --cov=. --cov-report=xml --durations=20 -vv
0 commit comments