Skip to content
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

Closed
1 task done
bit-scientist opened this issue Aug 24, 2023 · 6 comments
Closed
1 task done
Assignees
Labels
question Further information is requested

Comments

@bit-scientist
Copy link

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 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:

gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 11.4, Runtime API Version: 11.7
gpu_resources.cc:149] device: 0, cuDNN Version: 8.1.
gpu_resources.cc:175] WARNING: device: 0. The installed Paddle is compiled with CUDA 11.7, but CUDA runtime version in your machine is 11.4, which may cause serious incompatible bug. Please recompile or reinstall Paddle with compatible CUDA version.

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!

@bit-scientist bit-scientist added the question Further information is requested label Aug 24, 2023
@Asthestarsfalll
Copy link
Contributor

@bit-scientist
Copy link
Author

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.

@bit-scientist
Copy link
Author

bit-scientist commented Aug 28, 2023

May I safely proceed with my tasks even though I get these warnings?
If yes, then the Warning message should be removed, if no, could you provide the link for CUDA 11.4 specifically? Not 11.0, 11.2, 11.6, 11.7 or any other version. Because I have no privilege to modify my machine's CUDA version. Thank you!

@Asthestarsfalll
Copy link
Contributor

Asthestarsfalll commented Aug 29, 2023

@bit-scientist
Did you try the paddle with 11.2?

@bit-scientist
Copy link
Author

@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?

@Asthestarsfalll
Copy link
Contributor

@bit-scientist
No.
You should raise an issue on paddle repo instead of paddleseg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants