File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
userbenchmark/release-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cuda :
2
- - version : 12.1
3
- magma_version : magma-cuda121
2
+ - version : 12.4
3
+ magma_version : magma-cuda124
4
4
pytorch :
5
5
- version : 2.4.1
6
6
conda_channel : pytorch
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ conda install -y -c pytorch ${MAGMA_VERSION}
40
40
if [[ ${PYTORCH_CHANNEL} == " pytorch-test" ]]; then
41
41
pip3 install torch==${PYTORCH_VERSION} torchvision --index-url https://download.pytorch.org/whl/test/cu${CUDA_VERSION// ./ }
42
42
else
43
- pip3 install torch torchvision
43
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu ${CUDA_VERSION // . / }
44
44
fi
45
45
46
46
python -c ' import torch; print(torch.__version__); print(torch.version.git_version)'
You can’t perform that action at this time.
0 commit comments