RuntimeError: Not compiled with GPU support
Rohan-Tiwari opened this issue · 0 comments
Rohan-Tiwari commented
from shap_e.util.notebooks import decode_latent_mesh
for i, latent in enumerate(latents):
t = decode_latent_mesh(xm, latent).tri_mesh()
The decode_latent_mesh() function is returning the error - RuntimeError: Not compiled with GPU support
Is there any fix for this?