Skip to content

Commit

Permalink
debug: arm64 skip enable_cuda=1
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh authored Feb 6, 2025
1 parent 71eaade commit edfe98b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
matrix:
arch: [X64, ARM64]
image: ["dev-ubuntu22.04-cu124:v1", "dev-centos8-arm:v2"]
enable_cuda: [0, 1]
exclude:
- arch: X64
image: "dev-centos8-arm:v2"
- arch: ARM64
image: "dev-ubuntu22.04-cu124:v1"
enable_cuda: [0, 1]
- arch: ARM64
enable_cuda: 1
runs-on: [self-hosted, Linux, "${{ matrix.arch }}"]
container:
image: registry-1.docker.io/dashinfer/${{ matrix.image }}
Expand Down

0 comments on commit edfe98b

Please sign in to comment.