threedle / text2mesh

3D mesh stylization driven by a text input in PyTorch
https://threedle.github.io/text2mesh/
MIT License
933 stars 131 forks source link

How to run on GPU with cuda 11.3 or 11.2 #2

Closed gexahedron closed 2 years ago

gexahedron commented 2 years ago

Hi! Do you know, maybe, how to run the code on GPU with CUDA 11.3 or 11.2? AFAIU, one would need pytorch 1.10 for this, but then kaolin asks for pytorch <= 1.9

factoryofthesun commented 2 years ago

Hi sorry for the delayed response. Like you said Kaolin requires pytorch <= 1.9, so unfortunately I don't believe it is possible to run kaolin, and thus the code, with CUDA > 11.1.