File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ parametrize:
12
12
- image : " nvidia/cuda:12.1.1-runtime-ubuntu22.04"
13
13
PACKAGE_NAME : " pytorch"
14
14
python_version : " 3.10"
15
- machine : " T4_X_4 "
15
+ machine : " A100X_X_2 "
16
16
- image : " nvidia/cuda:12.6.3-runtime-ubuntu22.04"
17
17
PACKAGE_NAME : " pytorch"
18
18
python_version : " 3.12"
@@ -124,10 +124,10 @@ run: |
124
124
125
125
if [ "${PACKAGE_NAME}" == "pytorch" ]; then
126
126
echo "uninstall lightning to have just single package"
127
- uv pip uninstall -y lightning || true
127
+ uv pip uninstall lightning
128
128
elif [ "${PACKAGE_NAME}" == "lightning" ]; then
129
129
echo "uninstall PL to have just single package"
130
- uv pip uninstall -y pytorch-lightning || true
130
+ uv pip uninstall pytorch-lightning
131
131
fi
132
132
133
133
python requirements/collect_env_details.py
You can’t perform that action at this time.
0 commit comments