Skip to content

Commit

Permalink
Update setup_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagmt-google authored Nov 12, 2024
1 parent 1bfc967 commit a3dac35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userbenchmark/release-test/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ conda install -y -c pytorch ${MAGMA_VERSION}
# install pip version of pytorch and torchvision
if [[ ${PYTORCH_CHANNEL} == "pytorch-test" ]]; then
pip3 install torch==${PYTORCH_VERSION} torchvision --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION//./}
pip3 install jax
else
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION//./}
pip3 install jax
fi

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

0 comments on commit a3dac35

Please sign in to comment.