Skip to content

Commit c42bf6b

Browse files
authored
...and only compile for py310 and torch24
1 parent 980f524 commit c42bf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
# Using ubuntu-20.04 instead of 22.04 for more compatibility (glibc). Ideally we'd use the
4444
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
4545
os: [ubuntu-20.04]
46-
python-version: ['3.9', '3.10']
47-
torch-version: ['2.4.1', '2.5.1']
46+
python-version: ['3.10']
47+
torch-version: ['2.4.1']
4848
cuda-version: ['11.8.0']
4949
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
5050
# Pytorch wheels currently don't use it, but nvcr images have Pytorch compiled with C++11 ABI.

0 commit comments

Comments
 (0)