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
In the documentation it is said one should use pip install git+https://github.com/nerfstudio-project/nerfacc.git
build the CUDA code during installation.
An alternative that allows on to still use the published package from pypi.org is to use pip install --no-binary=nerfacc nerfacc which will do the installation using nerfacc-0.5.3.tar.gz instead of nerfacc-0.5.3-py3-none-any.whl
it would be great to document this option too.
The text was updated successfully, but these errors were encountered:
In the documentation it is said one should use
pip install git+https://github.com/nerfstudio-project/nerfacc.git
build the CUDA code during installation.
An alternative that allows on to still use the published package from pypi.org is to use
pip install --no-binary=nerfacc nerfacc
which will do the installation usingnerfacc-0.5.3.tar.gz
instead ofnerfacc-0.5.3-py3-none-any.whl
it would be great to document this option too.
The text was updated successfully, but these errors were encountered: