Skip to content

Commit

Permalink
CI: Make CUDA 11.8 container a special case
Browse files Browse the repository at this point in the history
The ARM builds to pytorch don't exist for CUDA 11.8, so make them a special case.
  • Loading branch information
carterbox authored May 21, 2024
1 parent c45eab0 commit 37e0e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apptainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
strategy:
matrix:
cuda-version:
- "11.8"
- "12.0"
target-arch:
- "x86_64"
- "aarch64"
include:
- target-arch: "x86_64"
cuda-version: "11.8"
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit 37e0e3e

Please sign in to comment.