-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cuda version mismatch between Paddle (cuda 11.7) and linux machine (cuda 11.4) #3470
Comments
Thanks for the link, I saw it already and followed exactly the same page to download. As you can see there is no 11.4 version of CUDA that matches my Ubuntu. |
May I safely proceed with my tasks even though I get these warnings? |
@bit-scientist |
@Asthestarsfalll, no, I didn't. Would paddle (cuda 11.2) on machine (cuda 11.4) be any different than using paddle (cuda 11.7) on machine (cuda 11.4)? Don't you, by any chance, have cuda 11.4 version of paddle? |
@bit-scientist |
问题确认 Search before asking
请提出你的问题 Please ask your question
I installed paddle with cuda 11.7 following installation page
python3 -m pip install paddlepaddle-gpu==2.5.1.post117 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
. However, it turns out my linux server machine is running on Cuda 11.4. I got the following output after running a training script on that machine:I know it's just a warning, but it states it may cause serious incompatible bug. So, I decided to get your say on that.
I also couldn't find a suitable 11.4 version of paddle, if you happen to know, could you share command for it as well?
Thank you!
The text was updated successfully, but these errors were encountered: