Skip to content

Commit

Permalink
ci: test sm_86
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 committed Nov 28, 2023
1 parent 4d5b49f commit e523846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gpu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
include:
- { arch: sm80, torch: "2.1.0", cuda_major: 12, cuda_minor: 1 }
- { arch: sm80, torch: "2.1.0", cuda_major: 11, cuda_minor: 8 }
- { arch: sm86, torch: "2.1.0", cuda_major: 12, cuda_minor: 1 }
- { arch: sm86, torch: "2.1.0", cuda_major: 11, cuda_minor: 8 }
runs-on: [self-hosted, "${{ matrix.arch }}"]
steps:
- name: Checkout
Expand Down

0 comments on commit e523846

Please sign in to comment.