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 aca9fbe commit 5d9e50bCopy full SHA for 5d9e50b
.circleci/unittest/linux/scripts/install.sh
@@ -56,6 +56,6 @@ if [ "${CU_VERSION:-}" == cpu ] ; then
56
conda install -y pytorch torchvision cpuonly -c pytorch-nightly
57
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
58
else
59
- conda install -y pytorch cudatoolkit=10.2 -c pytorch-nightly
+ conda install -y pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly
60
61
fi
0 commit comments