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 d046a96 commit 4c58992Copy full SHA for 4c58992
tests/legacy/generate_checkpoints.sh
@@ -36,7 +36,6 @@ do
36
source $ENV_PATH/bin/activate
37
38
uv pip install "pytorch_lightning==$pl_ver" \
39
- -r $LEGACY_FOLDER/requirements.txt \
40
-r "$(dirname $TESTS_FOLDER)/requirements/pytorch/test.txt" \
41
-f https://download.pytorch.org/whl/cpu/torch_stable.html
42
@@ -52,7 +51,6 @@ if [[ -z "$@" ]]; then
52
51
printf "\n\n processing local version\n"
53
54
uv pip install \
55
56
57
58
pl_ver="local"
tests/legacy/requirements.txt
0 commit comments