-
Notifications
You must be signed in to change notification settings - Fork 74.7k
Tensorflow 2.3 doesn't recognize GeForce MX130 GPU #41892
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
Comments
Tensorflow 2.3 also does not work with TPU: #41542 |
Can you please check if tensorflow sees your GPU by running below code.
Thanks! |
I get the same error on GeForce 840M, compute capability 5.0 |
CC @chsigg @sandeepngupta @manivaradarajan This is likely because starting TF 2.3 we don't ship PTX for older compute capabilities to reduce the size of the TF pip package. The simplest solution for you is to build the TF pip from source (this will take a while but it is a one-time cost) with the compute capabilities you need included. |
@ravikyram
BTW, maybe the error |
That's a good idea. @chsigg Can you please add this error message to https://www.tensorflow.org/install/gpu? |
Please see tensorflow/docs#1642 which updates GPU.md. |
I'm closing this issue, since my question has been answered. |
Hey, I'm using the TensorFlow 2.2.0 from pip, and I get |
Please open a new issue instead of piggybacking on a closed issue. |
System information
Problem Description:
Tensorflow 2.3 doesn't recognize my GPU.
Provide the exact sequence of commands / steps that you executed before running into the problem
After installation I run the following:
I get this error message:
On Tensorflow 2.2, I don't get the error.
The text was updated successfully, but these errors were encountered: