File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2323 - " .azure/gpu-tests-fabric.yml"
2424 - " examples/fabric/**"
2525 - " examples/run_fabric_examples.sh"
26- - " tests/tests_fabric/run_standalone_*.sh"
27- - " tests/tests_pytorch/run_standalone_tests.sh" # used by fabric through a symlink
26+ - " tests/run_standalone_*.sh"
2827 - " requirements/fabric/**"
2928 - " src/lightning/__init__.py"
3029 - " src/lightning/__setup__.py"
Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ subprojects:
225225 - " .azure/gpu-tests-fabric.yml"
226226 - " examples/fabric/**"
227227 - " examples/run_fabric_examples.sh"
228- - " tests/tests_fabric/run_standalone_*.sh"
229- - " tests/tests_pytorch/run_standalone_tests.sh" # used by Fabric through a symlink
228+ - " tests/run_standalone_*.sh"
230229 - " requirements/fabric/**"
231230 - " src/lightning/__init__.py"
232231 - " src/lightning/__setup__.py"
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ You can rely on our CI to make sure all these tests pass.
6464There are certain standalone tests, which you can run using:
6565
6666``` bash
67- ./tests/tests_pytorch/ run_standalone_tests.sh tests/tests_pytorch/trainer/
67+ ./tests/run_standalone_tests.sh tests/tests_pytorch/trainer/
6868# or run a specific test
69- ./tests/tests_pytorch/ run_standalone_tests.sh -k test_multi_gpu_model_ddp
69+ ./tests/run_standalone_tests.sh -k test_multi_gpu_model_ddp
7070```
7171
7272## Running Coverage
You can’t perform that action at this time.
0 commit comments