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
When I was first installing the modules, I got some prombles. So I want to share the right ways to do it.
(1) delete the git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch and git+https://github.com/KAIR-BAIR/[email protected] in the requirement.txt
(2) manually install the tiny-cuda-nn in https://github.com/NVlabs/tiny-cuda-nn
(3) pip install nerfacc -f https://nerfacc-bucket.s3.us-west-2.amazonaws.com/whl/torch-1.12.0_cu113.html
(3) pip install -r requirement.txt
the verison of my cuda is 1.12.1+cu113。
So if you want to use the same version with me, you can check the module verison.
particularly the module of : diffusers, transformers, pytorch-lightning, numpy, accelerate, torchmetrics
When I was first installing the modules, I got some prombles. So I want to share the right ways to do it.
(1) delete the
git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
andgit+https://github.com/KAIR-BAIR/[email protected]
in the requirement.txt(2) manually install the tiny-cuda-nn in https://github.com/NVlabs/tiny-cuda-nn
(3)
pip install nerfacc -f https://nerfacc-bucket.s3.us-west-2.amazonaws.com/whl/torch-1.12.0_cu113.html
(3)
pip install -r requirement.txt
the verison of my cuda is 1.12.1+cu113。
So if you want to use the same version with me, you can check the module verison.
particularly the module of : diffusers, transformers, pytorch-lightning, numpy, accelerate, torchmetrics
The text was updated successfully, but these errors were encountered: