Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 13, 2023
1 parent e9dd65a commit fbb39f8
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 --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//./}
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
pip3 install --force-reinstall --no-cache-dir torch torchvision torchaudio
fi
Expand Down

0 comments on commit fbb39f8

Please sign in to comment.