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.
2 parents 55ca90d + 636440c commit 257c56fCopy full SHA for 257c56f
1 file changed
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
matrix:
43
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
44
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
45
- os: [ubuntu-22.04]
+ os: [ubuntu-22.04, ubuntu-22.04-arm]
46
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
47
torch-version: ["2.4.0", "2.5.1", "2.6.0", "2.7.1"]
48
cuda-version: ["11.8.0", "12.9.1"]
0 commit comments