Skip to content

Commit

Permalink
Merge pull request #2082 from atalman/more_testing212
Browse files Browse the repository at this point in the history
test
  • Loading branch information
atalman authored Dec 12, 2023
2 parents 1c7cd09 + ad01287 commit 631e944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userbenchmark/release-test/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ conda install -y -c pytorch ${MAGMA_VERSION}

# install pip version of pytorch and torchvision
if [[ ${PYTORCH_CHANNEL} == "pytorch-test" ]]; then
pip3 install torch==2.1.2 torchvision --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION//./}
pip3 install --force-reinstall torch==2.1.2 torchvision=0.16.2 torchaudio=2.1.2 --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION//./}
# pip3 install --force-reinstall torch==2.1.2 torchvision
else
pip3 install --force-reinstall torch torchvision
fi
Expand Down

0 comments on commit 631e944

Please sign in to comment.