Skip to content

Commit 6707cb1

Browse files
committed
generate_checkpoints
1 parent fcb44df commit 6707cb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.lightning/workflows/pytorch.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ run: |
8282
python requirements/pytorch/check-avail-extras.py
8383
python -c "import bitsandbytes"
8484
85-
echo "Testing: Fabric doctests"
85+
echo "Testing: Pytorch doctests"
8686
if [ "${PACKAGE_NAME}" == "pytorch" ]; then
8787
cd src/
8888
python -m pytest pytorch_lightning
@@ -92,8 +92,9 @@ run: |
9292
echo "Get legacy checkpoints"
9393
bash .actions/pull_legacy_checkpoints.sh
9494
cd tests/legacy
95-
bash generate_checkpoints.sh
96-
ls -l checkpoints/
95+
# bash generate_checkpoints.sh
96+
ls -lh checkpoints/
97+
cd ../..
9798
9899
cd tests/
99100
echo "Testing: fabric standard"

0 commit comments

Comments
 (0)