@@ -23,19 +23,19 @@ jobs:
23
23
fail-fast : false
24
24
matrix :
25
25
whl :
26
- - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0- cu121-cp312-cp312-linux_x86_64.whl
26
+ - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0+ cu121-cp312-cp312-linux_x86_64.whl
27
27
python : " 3.12"
28
28
artifact : false
29
- - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0- cu121-cp311-cp311-linux_x86_64.whl
29
+ - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0+ cu121-cp311-cp311-linux_x86_64.whl
30
30
python : " 3.11" # python version to use for smoke tests
31
31
upload_artifact : false # upload the repackaged binary as an artifact
32
- - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0- cu121-cp310-cp310-linux_x86_64.whl
32
+ - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0+ cu121-cp310-cp310-linux_x86_64.whl
33
33
python : " 3.10"
34
34
artifact : false
35
- - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0- cu121-cp319-cp319-linux_x86_64.whl
35
+ - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0+ cu121-cp319-cp319-linux_x86_64.whl
36
36
python : " 3.9"
37
37
artifact : false
38
- - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0- cu121-cp318-cp318-linux_x86_64.whl
38
+ - url : https://download.pytorch.org/whl/test/cu121/torch-2.2.0+ cu121-cp318-cp318-linux_x86_64.whl
39
39
python : " 3.8"
40
40
artifact : false
41
41
@@ -47,11 +47,11 @@ jobs:
47
47
script : |
48
48
set -ex
49
49
export ENV_NAME="conda-env-${{ github.run_id }}"
50
- export GPU_ARCH_VER="11.7 "
50
+ export GPU_ARCH_VER="12.1 "
51
51
export GPU_ARCH_TYPE="cuda"
52
- export CUDA_VER="11.7 "
52
+ export CUDA_VER="12.1 "
53
53
export DESIRED_PYTHON="${{ matrix.whl.python }}"
54
- export DESIRED_CUDA="cu117 "
54
+ export DESIRED_CUDA="cu121 "
55
55
export PACKAGE_TYPE="wheel"
56
56
export TARGET_OS="linux"
57
57
export INSTALLATION=""
0 commit comments