You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+35-2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The Minkowski Engine is an auto-differentiation library for sparse tensors. It s
9
9
10
10
## News
11
11
12
+
- 2021-04-08 Due to recent errors in [pytorch 1.8 + CUDA 11](https://github.com/NVIDIA/MinkowskiEngine/issues/330), it is recommended to use [anaconda for installation](#anaconda).
12
13
- 2020-12-24 v0.5 is now available! The new version provides CUDA accelerations for all coordinate management functions.
13
14
14
15
## Example Networks
@@ -54,7 +55,7 @@ We visualized a sparse tensor network operation on a sparse tensor, convolution,
54
55
55
56
- Ubuntu >= 14.04
56
57
- CUDA >= 10.1.243 and **the same CUDA version used for pytorch** (e.g. if you use conda cudatoolkit=11.1, use CUDA=11.1 for MinkowskiEngine compilation)
57
-
- pytorch >= 1.7 (if you use conda, install with`conda install -y -c conda-forge -c pytorch pytorch=1.8.1 cudatoolkit=11.1`)
58
+
- pytorch >= 1.7 (pytorch 1.8.1 + CUDA 11.X is [unstable](https://github.com/NVIDIA/MinkowskiEngine/issues/330). To specify CUDA version, please use conda for installation.`conda install -y -c conda-forge -c pytorch pytorch=1.8.1 cudatoolkit=10.2`)
Due to [errors in pytorch](https://github.com/NVIDIA/MinkowskiEngine/issues/330), pytorch 1.8.1 can only work with CUDA 10.2. To use CUDA 11.1, use pytorch 1.7.1 instead.
105
+
#### CUDA 10.2
106
+
103
107
We recommend `python>=3.6` for installation.
104
108
First, follow [the anaconda documentation](https://docs.anaconda.com/anaconda/install/) to install anaconda on your computer.
105
109
106
110
```
111
+
sudo apt install g++-7 # For CUDA 10.2, must use GCC < 8
0 commit comments