torchmcubes icon indicating copy to clipboard operation
torchmcubes copied to clipboard

torch should be a requirement

Open truedat101 opened this issue 11 months ago • 2 comments

One cannot install torchmcubes without torch. Please add it to the requirements or instructions:

pip install torch

truedat101 avatar Mar 24 '24 05:03 truedat101

did anything work for you?

AbhinavJangra29 avatar Apr 14 '24 21:04 AbhinavJangra29

yes, above worked. However, your torch configuration needs to match whatever version of CUDA you have installed that needs to also match whatever version of CUDA is supported with this project.

truedat101 avatar Apr 14 '24 22:04 truedat101

yes, above worked. However, your torch configuration needs to match whatever version of CUDA you have installed that needs to also match whatever version of CUDA is supported with this project.

CUDA is now shipped as pypi packages which torch, above a certain version depends on.

da2r-20 avatar May 21 '24 10:05 da2r-20

Now I have added "torch" as a requirement. If your system already have torch installed, then, I think CUDA-enabled library will be installed 👍

tatsy avatar Jul 16 '24 05:07 tatsy