Commit dfc9ef1c authored by yan.yan's avatar yan.yan
Browse files

remove cuda 10.2 because it have some problem.

parent a6abf55d
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10']
cuda-version: ['10.2', '11.1', '11.4'] cuda-version: ['11.1', '11.4']
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Install CUDA - name: Install CUDA
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] # this version is only used for upload. python-version: ['3.7', '3.8', '3.9', '3.10'] # this version is only used for upload.
cuda-version: ['102', '111', '114'] cuda-version: ['111', '114']
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
......
...@@ -54,14 +54,14 @@ You need at least CUDA 10.2 to build and run spconv 2.x. We won't offer any supp ...@@ -54,14 +54,14 @@ You need at least CUDA 10.2 to build and run spconv 2.x. We won't offer any supp
### Prebuilt ### Prebuilt
We offer python 3.7-3.10 and cuda 10.2/11.1/11.4 prebuilt binaries for linux (manylinux) and windows 10/11. We offer python 3.7-3.10 and 11.1/11.4 prebuilt binaries for linux (manylinux) and windows 10/11.
CUDA 10.2 support will be added in version 2.0.1.
We will offer prebuilts for CUDA versions supported by latest pytorch release. For example, pytorch 1.9 support cuda 10.2 and 11.1, so we support them too. We will offer prebuilts for CUDA versions supported by latest pytorch release. For example, pytorch 1.9 support cuda 10.2 and 11.1, so we support them too.
For Linux users, you need to install pip >= 20.3 first to install prebuilt. For Linux users, you need to install pip >= 20.3 first to install prebuilt.
```pip install spconv-cu102``` for CUDA 10.2
```pip install spconv-cu111``` for CUDA 11.1 ```pip install spconv-cu111``` for CUDA 11.1
```pip install spconv-cu114``` for CUDA 11.4 ```pip install spconv-cu114``` for CUDA 11.4
......
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