Skip to content

Commit b1cfdf1

Browse files
committed
woops, reverting changes
1 parent 28f53ae commit b1cfdf1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/legacy/generate_checkpoints.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ printf "PYTHONPATH: $PYTHONPATH"
1616
rm -rf $ENV_PATH
1717

1818
function create_and_save_checkpoint {
19-
# python --version
20-
# python -m pip --version
21-
# python -m pip list
19+
python --version
20+
python -m pip --version
21+
python -m pip list
2222

2323
python $LEGACY_FOLDER/simple_classif_training.py $pl_ver
2424

@@ -52,12 +52,10 @@ done
5252
if [[ -z "$@" ]]; then
5353
printf "\n\n processing local version\n"
5454

55-
# python -m pip install \
56-
uv pip install \
55+
python -m pip install \
5756
-r $LEGACY_FOLDER/requirements.txt \
5857
-r "$(dirname $TESTS_FOLDER)/requirements/pytorch/test.txt" \
5958
-f https://download.pytorch.org/whl/cpu/torch_stable.html
6059
pl_ver="local"
61-
# pl_ver=$(python -c "import lightning.pytorch as pl; print(pl.__version__)")
6260
create_and_save_checkpoint
6361
fi

0 commit comments

Comments
 (0)