Skip to content

Commit

Permalink
Update setup_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Feb 20, 2024
1 parent 15af762 commit 2f99609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbenchmark/release-test/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ conda install -y -c pytorch ${MAGMA_VERSION}

# install pip version of pytorch and torchvision
if [[ ${PYTORCH_CHANNEL} == "pytorch-test" ]]; then
pip3 install --pre torch==2.2.0 --extra-index-url https://download.pytorch.org/whl/test/cu121
pip3 install --pre torchvision==0.17.0 torchaudio==2.2.0 --extra-index-url https://download.pytorch.org/whl/test/cu121
pip3 install --pre torch==2.2.1 --extra-index-url https://download.pytorch.org/whl/test/cu121
pip3 install --pre torchvision==0.17.1 torchaudio==2.2.1 --extra-index-url https://download.pytorch.org/whl/test/cu121
#conda install -y pytorch=2.1.2 torchvision=0.16.2 torchaudio=2.1.2 pytorch-cuda=12.1 -c pytorch-test -c nvidia
#pip3 install --force-reinstall --no-cache-dir torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION//./}
else
Expand Down

0 comments on commit 2f99609

Please sign in to comment.