We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e14bdc commit cb78583Copy full SHA for cb78583
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
matrix:
44
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
45
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
46
- os: [ubuntu-22.04, ubuntu-22.04-arm]
+ os: [ubuntu-22.04, ubuntu-22.04-arm64]
47
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
48
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
49
cuda-version: ["12.9.1"]
0 commit comments