Skip to content

Commit 485f59b

Browse files
committed
uninstall
1 parent 8f4469c commit 485f59b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.lightning/workflows/pytorch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)