You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: