@@ -25,19 +25,19 @@ jobs:
25
25
- os : linux.2xlarge
26
26
python-version : 3.8
27
27
python-tag : " py38"
28
- cuda-tag : " cu118 "
28
+ cuda-tag : " cu121 "
29
29
- os : linux.2xlarge
30
30
python-version : 3.9
31
31
python-tag : " py39"
32
- cuda-tag : " cu118 "
32
+ cuda-tag : " cu121 "
33
33
- os : linux.2xlarge
34
34
python-version : ' 3.10'
35
35
python-tag : " py310"
36
- cuda-tag : " cu118 "
36
+ cuda-tag : " cu121 "
37
37
- os : linux.2xlarge
38
38
python-version : ' 3.11'
39
39
python-tag : " py311"
40
- cuda-tag : " cu118 "
40
+ cuda-tag : " cu121 "
41
41
steps :
42
42
# Checkout the repository to the GitHub Actions runner
43
43
- name : Check ldd --version
@@ -73,11 +73,11 @@ jobs:
73
73
- name : Install PyTorch and CUDA
74
74
shell : bash
75
75
run : |
76
- conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/test/cu118
76
+ conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/test/cu121
77
77
- name : Install fbgemm
78
78
shell : bash
79
79
run : |
80
- conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/test/cu118
80
+ conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/test/cu121
81
81
- name : Install Dependencies
82
82
shell : bash
83
83
run : |
@@ -111,7 +111,7 @@ jobs:
111
111
matrix :
112
112
os : [linux.4xlarge.nvidia.gpu]
113
113
python-version : [3.8, 3.9, "3.10", "3.11"]
114
- cuda-tag : ["cu118 "]
114
+ cuda-tag : ["cu121 "]
115
115
needs : build_on_cpu
116
116
# the glibc version should match the version of the one we used to build the binary
117
117
# for this case, it's 2.26
@@ -176,12 +176,12 @@ jobs:
176
176
- name : Install PyTorch and CUDA
177
177
shell : bash
178
178
run : |
179
- conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/test/cu118
179
+ conda run -n build_binary pip install torch --index-url https://download.pytorch.org/whl/test/cu121
180
180
# download wheel from GHA
181
181
- name : Install fbgemm
182
182
shell : bash
183
183
run : |
184
- conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/test/cu118
184
+ conda run -n build_binary pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/test/cu121
185
185
- name : Install torchmetrics
186
186
shell : bash
187
187
run : |
0 commit comments