Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Error building extension 'emd_ext' #45

Open
OswaldoBornemann opened this issue May 5, 2023 · 5 comments
Open

RuntimeError: Error building extension 'emd_ext' #45

OswaldoBornemann opened this issue May 5, 2023 · 5 comments

Comments

@OswaldoBornemann
Copy link

How to solve it locally ?

@mashiroyuki02
Copy link

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

@Wanghc233
Copy link

export TORCH_CUDA_ARCH_LIST="7.5" before training

@Philcalab
Copy link

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

@Wanghc233
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants