-
Notifications
You must be signed in to change notification settings - Fork 330
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
nvcc Unsupported gpu architecture error #189
Comments
It seems like a torch extension problem, you can try this solution torch/torch7#1190 (comment) |
I have 2 doubts
The mentioned repo seems to be still in development phase and i always prefer installing pytorch from here https://pytorch.org/get-started/previous-versions/ . I would like to know what torch version or cudatoolkit version i need to install in the gpu machine based on the gpu specs i have already mentioned. |
Could you check your nvcc version? https://forums.developer.nvidia.com/t/nvcc-fatal-unsupported-gpu-architecture-compute-86/161424/5?u=xiongying152 |
i have encountered the same problem. Has this problem been solved now |
Hi, i have installed , lightseq, fairseq, sacremoses using the following command
After all these installation when i run
sh examples/training/fairseq/ls_fairseq_wmt14en2de.sh
I am getting the following error.
And these are the details of my gpu
This is the content of
sh examples/training/fairseq/ls_fairseq_wmt14en2de.sh
The only change i made is downloaded the dataset manually and have changes the path in the command as well and have also changes the architecture.
Please let me know the mistake i have made.
Thanks in advance!!!!!!!
The text was updated successfully, but these errors were encountered: