File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ printf "PYTHONPATH: $PYTHONPATH"
1616rm -rf $ENV_PATH
1717
1818function 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
5252if [[ -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
6361fi
You can’t perform that action at this time.
0 commit comments