return mc.mcubes_cuda(vol, thresh) AttributeError: module 'torchmcubes_module' has no attribute 'mcubes_cuda'. Did you mean: 'mcubes_cpu'? tried to re-install and still getting error,using windows bennyguoadded thebugSomething isn't workinglabelMar 5, 2024 ...
return mc.mcubes_cuda(vol, thresh) AttributeError: module 'torchmcubes_module' has no attribute 'mcubes_cuda' Collaborator robot0321 commented May 19, 2023 Hi, torchmcubes library has two different versions: pip version and git repo verison. We used git repository version which supports cuda...
Seems the torchmcubes was not properly installed. Could you check the torch version and runpip install git+https://github.com/tatsy/torchmcubes.gitand try again? Author chrisbwardcommentedMar 5, 2024• edited Author https://huggingface.co/spaces/stabilityai/TripoSR/blob/main/Dockerfile ...