Skip to content

Commit dde6a4c

Browse files
authored
Update README.md
1 parent 3d65ee1 commit dde6a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This implementation has **strict** requirements due to dependencies on other lib
3434
* Clone this repo by `git clone https://github.com/kwea123/ngp_pl`
3535
* Python>=3.8 (installation via [anaconda](https://www.anaconda.com/distribution/) is recommended, use `conda create -n ngp_pl python=3.8` to create a conda environment and activate it by `conda activate ngp_pl`)
3636
* Python libraries
37-
* Install pytorch by `pip install torch==1.11.0 torchvision==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu113`
37+
* Install pytorch by `pip install torch==1.11.0 --extra-index-url https://download.pytorch.org/whl/cu113`
3838
* Install `torch-scatter` following their [instruction](https://github.com/rusty1s/pytorch_scatter#installation)
3939
* Install `tinycudann` following their [instruction](https://github.com/NVlabs/tiny-cuda-nn#pytorch-extension) (pytorch extension)
4040
* Install `apex` following their [instruction](https://github.com/NVIDIA/apex#linux)

0 commit comments

Comments
 (0)