Commit 2fb9ffa3 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] update to cuda 10.1.2

parent 8c66f0cd
...@@ -10,14 +10,10 @@ jobs: ...@@ -10,14 +10,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
# os: [ubuntu-18.04, macos-10.15, windows-latest] os: [ubuntu-18.04, macos-10.15, windows-latest]
os: [windows-latest] python-version: [3.6, 3.7, 3.8, 3.9]
# python-version: [3.6, 3.7, 3.8, 3.9] torch-version: [1.8.0, 1.9.0]
python-version: [3.8, 3.9] cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
# torch-version: [1.8.0, 1.9.0]
torch-version: [1.8.0]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version: ['cu101']
exclude: exclude:
- torch-version: 1.9.0 - torch-version: 1.9.0
cuda-version: 'cu101' cuda-version: 'cu101'
...@@ -27,6 +23,8 @@ jobs: ...@@ -27,6 +23,8 @@ jobs:
cuda-version: 'cu102' cuda-version: 'cu102'
- os: macos-10.15 - os: macos-10.15
cuda-version: 'cu111' cuda-version: 'cu111'
- os: windows-latest
cuda-version: 'cu101'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
...@@ -74,7 +74,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu101`, `cu102`, or `cu111` ...@@ -74,7 +74,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu101`, `cu102`, or `cu111`
| | `cpu` | `cu101` | `cu102` | `cu111` | | | `cpu` | `cu101` | `cu102` | `cu111` |
|-------------|-------|---------|---------|---------| |-------------|-------|---------|---------|---------|
| **Linux** | ✅ | ✅ | ✅ | ✅ | | **Linux** | ✅ | ✅ | ✅ | ✅ |
| **Windows** | ✅ | | ✅ | ✅ | | **Windows** | ✅ | | ✅ | ✅ |
| **macOS** | ✅ | | | | | **macOS** | ✅ | | | |
**Note:** Binaries of older versions are also provided for PyTorch 1.4.0, PyTorch 1.5.0, PyTorch 1.6.0 and PyTorch 1.7.0/1.7.1 (following the same procedure). **Note:** Binaries of older versions are also provided for PyTorch 1.4.0, PyTorch 1.5.0, PyTorch 1.6.0 and PyTorch 1.7.0/1.7.1 (following the same procedure).
......
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