Skip to content

Commit

Permalink
Fix PyTorch 2.1.0 CUDA versions (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Oct 5, 2023
1 parent dda98fa commit 046fe04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
cuda-version: 'cu121'
- torch-version: 2.1.0
cuda-version: 'cu113'
- torch-version: 2.0.0
- torch-version: 2.1.0
cuda-version: 'cu116'
- torch-version: 1.13.0
- torch-version: 2.1.0
cuda-version: 'cu117'
- os: macos-10.15
cuda-version: 'cu113'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
cuda-version: 'cu121'
- torch-version: 2.1.0
cuda-version: 'cu113'
- torch-version: 2.0.0
- torch-version: 2.1.0
cuda-version: 'cu116'
- torch-version: 1.13.0
- torch-version: 2.1.0
cuda-version: 'cu117'

steps:
Expand Down

0 comments on commit 046fe04

Please sign in to comment.