Open RaiaN opened 1 year ago
Note that the wheel you need will depend on your version of torch and cuda - https://github.com/KAIR-BAIR/nerfacc#installation
So my version of torch and cuda are 1.13.1 and cu117 but the built-in wheel for nerfacc simply does not work that is why I posted a workaround above..
To clarify, the point of this bug report is that whatever is set in nerfstudio requirements.txt for nerfacc leads to non working instant-ngp when using torch 1.13.1 (supported by nerfstudio) and cuda 117 (also supported).
To clarify, the point of this bug report is that whatever is set in nerfstudio requirements.txt for nerfacc leads to non working instant-ngp when using torch 1.13.1 (supported by nerfstudio) and cuda 117 (also supported).
Had same problem and your solution worked :)
Full log
To Reproduce
Expected behavior instant-ngp works by default after installing all dependencies according to official documentation
Additional context There is a way to resolve this issue: