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 a03cacb commit fcb44dfCopy full SHA for fcb44df
.lightning/workflows/pytorch.yml
@@ -70,7 +70,7 @@ run: |
70
pip install -e ".[${extra}dev]" -U --upgrade-strategy=eager --extra-index-url="${TORCH_URL}"
71
72
if [ "${PACKAGE_NAME}" == "pytorch" ]; then
73
- echo "uninstall lightning to have just single package"
+ echo "uninstall lightning to have just single package"
74
pip uninstall -y lightning
75
elif [ "${PACKAGE_NAME}" == "lightning" ]; then
76
echo "uninstall PL to have just single package"
0 commit comments