nv-tlabs / LION

Latent Point Diffusion Models for 3D Shape Generation
Other
735 stars 57 forks source link

RuntimeError: Error building extension 'emd_ext' #45

Open OswaldoBornemann opened 1 year ago

OswaldoBornemann commented 1 year ago

How to solve it locally ?

mashiroyuki02 commented 10 months ago

Hi, did you solve it? I encouter the same issure

Wanghc233 commented 9 months ago

export TORCH_CUDA_ARCH_LIST="7.5" before training

Philcalab commented 7 months ago

export TORCH_CUDA_ARCH_LIST="7.5" before training May I ask why the version number is 7.5? What determines this?

Wanghc233 commented 7 months ago

if not use, please writer export TORCH_CUDA_ARCH_LIST="7.5" in terminal. The "8.0" usually represents the NVIDIA Ampere architecture, which includes a range of GPU models, such as the NVIDIA A100.You can use different numbers to match the version of your GPU.

Philcalab commented 7 months ago

if not use, please writer export TORCH_CUDA_ARCH_LIST="7.5" in terminal. The "8.0" usually represents the NVIDIA Ampere architecture, which includes a range of GPU models, such as the NVIDIA A100.You can use different numbers to match the version of your GPU. Thank you very much for your answer, but it still doesn't seem to solve my problem.