Commit ac543b0e authored by Pierce Freeman's avatar Pierce Freeman
Browse files

Full version matrix

parent a372e2be
......@@ -37,18 +37,20 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
#python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
torch-version: [1.11.0]
cuda-version: ['113', '117']
#torch-version: [1.11.0, 1.12.0, 1.12.1]
#cuda-version: ['113', '116']
python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: ['1.11.0', '1.12.0', '1.13.0']
cuda-version: ['113', '116', '117']
exclude:
# Nvidia only supports 11.7+ for ubuntu-22.04
- os: ubuntu-22.04
cuda-version: '116'
- os: ubuntu-22.04
cuda-version: '113'
# Torch only builds cuda 117 for 1.13.0+
- cuda-version: '117'
torch-version: '1.11.0'
- cuda-version: '117'
torch-version: '1.12.0'
steps:
- name: Checkout
......
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