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

Unknown CUDA arch (8.6) or GPU not supported #117

Open
rumjie opened this issue Dec 27, 2023 · 1 comment
Open

Unknown CUDA arch (8.6) or GPU not supported #117

rumjie opened this issue Dec 27, 2023 · 1 comment

Comments

@rumjie
Copy link

rumjie commented Dec 27, 2023

Hi, hope you are well.

I am trying to use trackformer with docker, and I tried several environments and all failed.
I guess using image of pytorch makes error with installing lapsolver (or wheel, I guess).
And ubuntu:20.04 and nvidia/cuda makes same error like title - Unknown CUDA arch (8.6) or GPU not supported .
Could you recommend solutions or other versions of python, torch or cuda for dependency of trackformer?

@Ricardo-Yu
Copy link

I got same issue with ubuntu 20.04, python 3.7, PyTorch 1.5 and torchvision 0.6. Solved by runexport TORCH_CUDA_ARCH_LIST="7.0" before python src/trackformer/models/ops/setup.py build --build-base=src/trackformer/models/ops/ install.

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

2 participants