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 2e56081 commit 62812dcCopy full SHA for 62812dc
functorch/.circleci/unittest/linux/scripts/install.sh
@@ -58,6 +58,6 @@ if [ "${CU_VERSION:-}" == cpu ] ; then
58
pip install torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre
59
PYTORCH_VERSION="$(python -c "import torch; print(torch.__version__)")" python setup.py develop bdist_wheel -d $WHEELS_FOLDER
60
else
61
- conda install -y pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly
+ pip install torch torchvision -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html --pre
62
63
fi
0 commit comments