nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Nerfecto Multi gpu support on Windows

Open anishpatel44 opened this issue 1 month ago • 0 comments

Describe the bug Im trying to train a model on SLI RTX 2080 ti on a windows 10 machine.

ns-train nerfacto --pipeline.model.predict-normals True --data {PATH} --machine.num-devices 2

I get the error message of Distributed package doesn't have NCCL built in. I have been able to build and train models on a single GPU without problems. image

My set up with torch image

Expected behavior Train models using Multi GPU.

Screenshots Training config image

GPU Info image

NVCC info image

anishpatel44 avatar Jul 10 '24 08:07 anishpatel44