Skip to content

Commit 2fb9ffa

Browse files
committed
[skip ci] update to cuda 10.1.2
1 parent 8c66f0c commit 2fb9ffa

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/building.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# os: [ubuntu-18.04, macos-10.15, windows-latest]
14-
os: [windows-latest]
15-
# python-version: [3.6, 3.7, 3.8, 3.9]
16-
python-version: [3.8, 3.9]
17-
# torch-version: [1.8.0, 1.9.0]
18-
torch-version: [1.8.0]
19-
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
20-
cuda-version: ['cu101']
13+
os: [ubuntu-18.04, macos-10.15, windows-latest]
14+
python-version: [3.6, 3.7, 3.8, 3.9]
15+
torch-version: [1.8.0, 1.9.0]
16+
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
2117
exclude:
2218
- torch-version: 1.9.0
2319
cuda-version: 'cu101'
@@ -27,6 +23,8 @@ jobs:
2723
cuda-version: 'cu102'
2824
- os: macos-10.15
2925
cuda-version: 'cu111'
26+
- os: windows-latest
27+
cuda-version: 'cu101'
3028

3129
steps:
3230
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu101`, `cu102`, or `cu111`
7474
| | `cpu` | `cu101` | `cu102` | `cu111` |
7575
|-------------|-------|---------|---------|---------|
7676
| **Linux** |||||
77-
| **Windows** || |||
77+
| **Windows** || |||
7878
| **macOS** || | | |
7979

8080
**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).

0 commit comments

Comments
 (0)