Open ghost opened 2 years ago
When run python setup.py build develop --no-deps I got the following error: ValueError: Unknown CUDA arch (8.6) or GPU not supported
How can i fix this?
Hi authors can we solve this? I'm also facing the same issue.
@YuxuanWen-Code this is more a pytorch and cuda issue. So try using newer versions of CUDA >= 11.1 and the problem will be solved.
When run python setup.py build develop --no-deps I got the following error: ValueError: Unknown CUDA arch (8.6) or GPU not supported
How can i fix this?