Skip to content

Commit

Permalink
set cuda to 12.1 & pytorch to nightly in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deftlion authored Dec 6, 2024
1 parent f398d43 commit 1867eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
matrix:
os: ['ubuntu-20.04']
python-version: ['3.10']
pytorch-version: ['2.5.1'] # Must be the most recent version that meets requirements-cuda.txt.
cuda-version: ['12.2']
pytorch-version: ['nightly'] # Must be the most recent version that meets requirements-cuda.txt.
cuda-version: ['12.1']

steps:
- name: Checkout
Expand Down

0 comments on commit 1867eac

Please sign in to comment.