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

Is TensorFlow can be used with RTX 4090? #96

Open
Redhwan-A opened this issue Jun 28, 2023 · 3 comments
Open

Is TensorFlow can be used with RTX 4090? #96

Redhwan-A opened this issue Jun 28, 2023 · 3 comments

Comments

@Redhwan-A
Copy link

Redhwan-A commented Jun 28, 2023

  • Ubuntu 20.04.
  • RTX 4090 is only working CUDA Version: 12.1.
  • Python version: 3.8
  • GPU model and memory: 24
  • TensorFlow==2.3.

Thanks for your help.

@nluehr
Copy link
Contributor

nluehr commented Jun 28, 2023

To support RTX 4090, you'll need a TensorFlow that was build against CUDA 11.8 or later. You can use a recent NVIDIA NGC docker container (22.10-tf2 or later). I believe the OSS pip package for TensorFlow 2.12.0 was also built against cuda 11.8 and should work for you, but TF 2.3 will not.

@zhangvia
Copy link

zhangvia commented Dec 26, 2023

To support RTX 4090, you'll need a TensorFlow that was build against CUDA 11.8 or later. You can use a recent NVIDIA NGC docker container (22.10-tf2 or later). I believe the OSS pip package for TensorFlow 2.12.0 was also built against cuda 11.8 and should work for you, but TF 2.3 will not.

can tensorflow 1.x be used with RTX 4090?

@Redhwan-A
Copy link
Author

@zhangvia I didn't install tensorflow-gpu, I am using tensorflow-cpu. I gave up.

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

No branches or pull requests

3 participants