Skip to content

v0.3.4

Compare
Choose a tag to compare
@liruilong940607 liruilong940607 released this 31 Jan 11:49
· 97 commits to master since this release
df74091

Pre-built wheels on both Linux and Windows.

The easist way is to install from PyPI. In this way it will build the CUDA code on the first run (JIT).

pip install nerfacc

Or install from source. In this way it will build the CUDA code during installation.

pip install git+https://github.com/KAIR-BAIR/nerfacc.git

We also provide pre-built wheels covering major combinations of Pytorch + CUDA supported by official Pytorch.

# e.g., torch 1.13.0 + cu117
pip install nerfacc -f https://nerfacc-bucket.s3.us-west-2.amazonaws.com/whl/torch-1.13.0_cu117.html
Windows & Linux cu102 cu113 cu116 cu117
torch 1.10.0
torch 1.11.0 ✅*
torch 1.12.0 ✅*
torch 1.13.0

* Pytorch does not support Windows pre-built wheels for those combinations thus we do not support as well.