Skip to content

Commit 9e670cd

Browse files
Update 2.5.0.yaml (#2498)
Summary: Pull Request resolved: #2498 Reviewed By: kit1980 Differential Revision: D64407151 Pulled By: atalman fbshipit-source-id: 0637d812144f13dad41b640e70fd65619a183c67
1 parent c396191 commit 9e670cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

userbenchmark/release-test/configs/2.5.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cuda:
2-
- version: 12.1
3-
magma_version: magma-cuda121
2+
- version: 12.4
3+
magma_version: magma-cuda124
44
pytorch:
55
- version: 2.4.1
66
conda_channel: pytorch

userbenchmark/release-test/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ conda install -y -c pytorch ${MAGMA_VERSION}
4040
if [[ ${PYTORCH_CHANNEL} == "pytorch-test" ]]; then
4141
pip3 install torch==${PYTORCH_VERSION} torchvision --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION//./}
4242
else
43-
pip3 install torch torchvision
43+
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION//./}
4444
fi
4545

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

0 commit comments

Comments
 (0)