Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit bacb094

Browse files
authored
Update install.sh (#189)
1 parent d59f129 commit bacb094

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
@@ -58,6 +58,6 @@ if [ "${CU_VERSION:-}" == cpu ] ; then
5858
pip install torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre
5959
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
6060
else
61-
conda install -y pytorch== torchvision cudatoolkit=10.2 -c pytorch-nightly
61+
conda install -y pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly
6262
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
6363
fi

0 commit comments

Comments
 (0)