torchmcubes
torchmcubes copied to clipboard
torch should be a requirement
One cannot install torchmcubes without torch. Please add it to the requirements or instructions:
pip install torch
did anything work for you?
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.
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.
Now I have added "torch" as a requirement. If your system already have torch installed, then, I think CUDA-enabled library will be installed 👍