@@ -25,19 +25,19 @@ jobs:
2525 - os : linux.2xlarge
2626 python-version : 3.8
2727 python-tag : " py38"
28- cuda-tag : " cu118 "
28+ cuda-tag : " cu121 "
2929 - os : linux.2xlarge
3030 python-version : 3.9
3131 python-tag : " py39"
32- cuda-tag : " cu118 "
32+ cuda-tag : " cu121 "
3333 - os : linux.2xlarge
3434 python-version : ' 3.10'
3535 python-tag : " py310"
36- cuda-tag : " cu118 "
36+ cuda-tag : " cu121 "
3737 - os : linux.2xlarge
3838 python-version : ' 3.11'
3939 python-tag : " py311"
40- cuda-tag : " cu118 "
40+ cuda-tag : " cu121 "
4141 steps :
4242 # Checkout the repository to the GitHub Actions runner
4343 - name : Check ldd --version
@@ -73,11 +73,11 @@ jobs:
7373 - name : Install PyTorch and CUDA
7474 shell : bash
7575 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
7777 - name : Install fbgemm
7878 shell : bash
7979 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
8181 - name : Install Dependencies
8282 shell : bash
8383 run : |
@@ -111,7 +111,7 @@ jobs:
111111 matrix :
112112 os : [linux.4xlarge.nvidia.gpu]
113113 python-version : [3.8, 3.9, "3.10", "3.11"]
114- cuda-tag : ["cu118 "]
114+ cuda-tag : ["cu121 "]
115115 needs : build_on_cpu
116116 # the glibc version should match the version of the one we used to build the binary
117117 # for this case, it's 2.26
@@ -176,12 +176,12 @@ jobs:
176176 - name : Install PyTorch and CUDA
177177 shell : bash
178178 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
180180 # download wheel from GHA
181181 - name : Install fbgemm
182182 shell : bash
183183 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
185185 - name : Install torchmetrics
186186 shell : bash
187187 run : |
0 commit comments