Skip to content

Commit

Permalink
update readme for pointops installation
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoyiZhu authored Apr 25, 2024
1 parent fa56b05 commit d49085a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ pip install git+https://github.com/openai/CLIP.git
# refer https://github.com/traveller59/spconv
pip install spconv-cu113

# precise eval
cd libs/pointops
# usual
python setup.py install
# docker & multi GPU arch
TORCH_CUDA_ARCH_LIST="ARCH LIST" python setup.py install
# e.g. 7.5: RTX 3000; 8.0: a100 More available in: https://developer.nvidia.com/cuda-gpus
TORCH_CUDA_ARCH_LIST="7.5 8.0" python setup.py install
cd ../..

# NeuS renderer
cd libs/smooth-sampler
# usual
Expand Down

0 comments on commit d49085a

Please sign in to comment.