Commit 180a83d3 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 68e085ec
......@@ -10,14 +10,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
torch-version: [1.9.0, 1.10.0]
os: [ubuntu-18.04]
# os: [ubuntu-18.04, macos-10.15, windows-latest]
python-version: [3.7]
# python-version: [3.7, 3.8, 3.9, 3.10]
torch-version: [1.11.0]
# torch-version: [1.10.0, 1.11.0]
cuda-version: ['cpu', 'cu102', 'cu111', 'cu113']
# cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
exclude:
- torch-version: 1.9.0
cuda-version: 'cu113'
- torch-version: 1.10.0
- torch-version: 1.11.0
cuda-version: 'cu111'
- os: macos-10.15
cuda-version: 'cu102'
......@@ -25,6 +27,8 @@ jobs:
cuda-version: 'cu111'
- os: macos-10.15
cuda-version: 'cu113'
- os: macos-10.15
cuda-version: 'cu115'
steps:
- uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment