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 fcb44df commit 6707cb1Copy full SHA for 6707cb1
.lightning/workflows/pytorch.yml
@@ -82,7 +82,7 @@ run: |
82
python requirements/pytorch/check-avail-extras.py
83
python -c "import bitsandbytes"
84
85
- echo "Testing: Fabric doctests"
+ echo "Testing: Pytorch doctests"
86
if [ "${PACKAGE_NAME}" == "pytorch" ]; then
87
cd src/
88
python -m pytest pytorch_lightning
@@ -92,8 +92,9 @@ run: |
92
echo "Get legacy checkpoints"
93
bash .actions/pull_legacy_checkpoints.sh
94
cd tests/legacy
95
- bash generate_checkpoints.sh
96
- ls -l checkpoints/
+ # bash generate_checkpoints.sh
+ ls -lh checkpoints/
97
+ cd ../..
98
99
cd tests/
100
echo "Testing: fabric standard"
0 commit comments