Skip to content

Commit

Permalink
Merge pull request #24 from coreweave/es/torch-cu121
Browse files Browse the repository at this point in the history
build(torch): Add CUDA 12.1 builds
  • Loading branch information
Eta0 authored Jun 27, 2023
2 parents 209c517 + 06d849f commit a0333d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/torch-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
cuda: [12.0.1, 11.8.0]
cuda: [12.1.1, 12.0.1, 11.8.0]
include:
- torch: 2.0.1
vision: 0.15.2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/torch-nccl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
strategy:
matrix:
image:
- cuda: 12.1.1
nccl: 2.18.1-1
nccl-tests-hash: e90a40f
- cuda: 12.0.1
nccl: 2.18.1-1
nccl-tests-hash: e90a40f
Expand Down

0 comments on commit a0333d3

Please sign in to comment.