Skip to content

Commit

Permalink
added vers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 5, 2022
1 parent 22e30da commit 9ae544a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
# os: [ubuntu-20.04]
os: [ubuntu-18.04]
python-version: ['3.8','3.9']
torch-version: [1.10.0,1.11.0, 1.12.0,1.12.1]
cuda-version: ['113',`112`, '116', '117']
torch-version: [1.11.0, 1.12.0, 1.12.1]
cuda-version: ['113','112', '116', '117']
exclude:
- torch-version: 1.11.0
cuda-version: '111'

steps:
- name: Checkout
Expand Down

0 comments on commit 9ae544a

Please sign in to comment.