Skip to content

Commit 5d9e50b

Browse files
committed
Install torchvision in CUDA CI
1 parent aca9fbe commit 5d9e50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ if [ "${CU_VERSION:-}" == cpu ] ; then
5656
conda install -y pytorch torchvision cpuonly -c pytorch-nightly
5757
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
5858
else
59-
conda install -y pytorch cudatoolkit=10.2 -c pytorch-nightly
59+
conda install -y pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly
6060
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
6161
fi

0 commit comments

Comments
 (0)