Skip to content

Commit 7e2b9c6

Browse files
juntaoclaude
andcommitted
Add CUDA build for Linux x86_64 in release workflow
Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac6ff03 commit 7e2b9c6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
asset-name: asr-linux-x86_64
1717
libtorch-url: https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcpu.zip
1818
libtorch-archive: libtorch.zip
19+
- os: ubuntu-latest
20+
name: Linux x86_64 (CUDA)
21+
backend: tch
22+
asset-name: asr-linux-x86_64-cuda
23+
libtorch-url: https://download.pytorch.org/libtorch/cu128/libtorch-cxx11-abi-shared-with-deps-2.7.1%2Bcu128.zip
24+
libtorch-archive: libtorch.zip
1925
- os: ubuntu-24.04-arm
2026
name: Linux ARM64
2127
backend: tch

0 commit comments

Comments
 (0)