Tencent / Hunyuan3D-1

Tencent Hunyuan3D-1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation
https://3d.hunyuan.tencent.com/
Other
2.21k stars 167 forks source link

RuntimeError: CUDA error #12

Closed yikexiaoxing closed 2 weeks ago

yikexiaoxing commented 2 weeks ago

RuntimeError: CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

image

AlextangQ19 commented 2 weeks ago

the same problem

image
yikexiaoxing commented 2 weeks ago

我找到了原因,cuda版本不正确,python3.9+cuda118可以正确执行

AlextangQ19 commented 2 weeks ago

我找到了原因,cuda版本不正确,python3.9+cuda118可以正确执行

嗯嗯实测py3.9 + torch2.2.0-cu118 ok的