Skip to content

Commit bdcbd28

Browse files
committed
[functorch] Install torchvision in CUDA CI
1 parent 136f705 commit bdcbd28

File tree

1 file changed

+1
-1
lines changed
  • functorch/.circleci/unittest/linux/scripts

1 file changed

+1
-1
lines changed

functorch/.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)