Skip to content

Commit

Permalink
update tested CUDA versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler committed Dec 8, 2024
1 parent 2eeed03 commit 212b91e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,24 @@ jobs:
- windows-latest
- macos-latest
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
pytorch-computation-backend:
- cpu
- cu117
- cu118
- cu121
- cu124
exclude:
- os: macos-latest
pytorch-computation-backend: cu117
- os: macos-latest
pytorch-computation-backend: cu118
- os: macos-latest
pytorch-computation-backend: cu121
- os: macos-latest
pytorch-computation-backend: cu124
# TODO: find a way to test this
# - os: ubuntu-latest
# pytorch-computation-backend: rocm5.4.2
# pytorch-computation-backend: rocm6.2
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -108,7 +110,7 @@ jobs:
- name: Install torch
run:
ltt install --pytorch-computation-backend=${{
matrix.pytorch-computation-backend }} torch==2.0.0
matrix.pytorch-computation-backend }} torch==2.5.1

- name: Check computation backend
shell: python
Expand Down

0 comments on commit 212b91e

Please sign in to comment.