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 fbb39f8 commit 041a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbenchmark/release-test/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ ${PYTORCH_CHANNEL} == "pytorch-test" ]]; then
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
conda install -y pytorch=2.1.1 torchvision=0.16.1 torchaudio=2.1.1 pytorch-cuda=12.1 -c pytorch -c nvidia
fi

python -c 'import torch; print(torch.__version__); print(torch.version.git_version)'
Expand Down

0 comments on commit 041a093

Please sign in to comment.