Skip to content

Commit

Permalink
conda cudatoolkit update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischoy committed Mar 26, 2021
1 parent edd3ab2 commit 49d170d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We visualized a sparse tensor network operation on a sparse tensor, convolution,

- Ubuntu >= 14.04
- CUDA >= 11.1 or 11.0 > CUDA >= 10.1.243, [No CUDA 11.0](https://github.com/NVIDIA/MinkowskiEngine/issues/290)
- 1.8 > pytorch >= 1.7 [Pytorch 1.8 is unstable](https://github.com/NVIDIA/MinkowskiEngine/issues/324)
- pytorch >= 1.8.1, 1.8 > pytorch >= 1.7 (if you use conda, install with `conda install -y -c conda-forge -c pytorch pytorch cudatoolkit=11.1`)
- python >= 3.6
- GCC >= 7

Expand Down Expand Up @@ -106,8 +106,8 @@ First, follow [the anaconda documentation](https://docs.anaconda.com/anaconda/in
conda create -n py3-mink python=3.8
conda activate py3-mink
conda install pytorch -c pytorch
conda install openblas-devel -c anaconda
conda install -y -c conda-forge -c pytorch pytorch cudatoolkit=11.1
# Install MinkowskiEngine
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=${CONDA_PREFIX}/include" --install-option="--blas=openblas"
Expand Down

0 comments on commit 49d170d

Please sign in to comment.