-
Notifications
You must be signed in to change notification settings - Fork 61
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
ValueError: Unknown CUDA arch (8.6) or GPU not supported #34
Comments
RTX 3080 is Ampere architecture (https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/) and requires CUDA 11.x |
Here is the solution: Install system tools and dependencies:
Install Python dependencies without the version numbers given in the original requirements.txt!
Ignore the error messages about version incompatibilities. These are about packages that are probably not used anyway. Patch two files to use new function call:
And then install as before. |
Thank you for the amazing work! I am having an issue while installing DCN
I am using python 3.6.12, pytorch-1.4.0, and CUDA 10.0
My GPU Specifications: GeForce RTX 3080
Windows System
Any solutions for this?
The text was updated successfully, but these errors were encountered: