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:
1212 - image : " nvidia/cuda:12.1.1-runtime-ubuntu22.04"
1313 PACKAGE_NAME : " pytorch"
1414 python_version : " 3.10"
15- machine : " T4_X_4 "
15+ machine : " A100X_X_2 "
1616 - image : " nvidia/cuda:12.6.3-runtime-ubuntu22.04"
1717 PACKAGE_NAME : " pytorch"
1818 python_version : " 3.12"
@@ -124,10 +124,10 @@ run: |
124124
125125 if [ "${PACKAGE_NAME}" == "pytorch" ]; then
126126 echo "uninstall lightning to have just single package"
127- uv pip uninstall -y lightning || true
127+ uv pip uninstall lightning
128128 elif [ "${PACKAGE_NAME}" == "lightning" ]; then
129129 echo "uninstall PL to have just single package"
130- uv pip uninstall -y pytorch-lightning || true
130+ uv pip uninstall pytorch-lightning
131131 fi
132132
133133 python requirements/collect_env_details.py
You can’t perform that action at this time.
0 commit comments