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 23
23
- " .azure/gpu-tests-fabric.yml"
24
24
- " examples/fabric/**"
25
25
- " 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"
28
27
- " requirements/fabric/**"
29
28
- " src/lightning/__init__.py"
30
29
- " src/lightning/__setup__.py"
Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ subprojects:
225
225
- " .azure/gpu-tests-fabric.yml"
226
226
- " examples/fabric/**"
227
227
- " 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"
230
229
- " requirements/fabric/**"
231
230
- " src/lightning/__init__.py"
232
231
- " 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.
64
64
There are certain standalone tests, which you can run using:
65
65
66
66
``` bash
67
- ./tests/tests_pytorch/ run_standalone_tests.sh tests/tests_pytorch/trainer/
67
+ ./tests/run_standalone_tests.sh tests/tests_pytorch/trainer/
68
68
# 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
70
70
```
71
71
72
72
## Running Coverage
You can’t perform that action at this time.
0 commit comments