tensorflow: Tensorflow-gpu version 2.12.0 is not available
Click to expand!
Issue Type
Build/Install
Have you reproduced the bug with TF nightly?
No
Source
source
Tensorflow Version
tf2.12.0
Custom Code
No
OS Platform and Distribution
Win11
Mobile device
No response
Python version
3.10.10
Bazel version
No response
GCC/Compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current Behaviour?
No version 2.12.0 of the tensorflow-gpu was found.
Standalone code to reproduce the issue
Not have
Relevant log output
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (2 by maintainers)
Tensorflow2.12.0 using GPU. What versions of cuda and cudnn are required? Windows11, Python3.10.10. I’m using cuda12.1.0 and cudnn8.8.1.3 and can’t drive the GPU.
tensorflow doesn’t support native gpu on windows since 2.11
@Sun-kangning, TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting with TensorFlow 2.11, you will need to install TensorFlow in WSL2, or install tensorflow-cpu and, optionally, try the TensorFlow-DirectML-Plugin
Kindly find the official doc link for the reference. https://www.tensorflow.org/install/pip
Thank you!
Same issue. Tf 2.12, Python 3.10, Windows 11, cuda12.1, cudnn 8.9.0 with Nvidia RTX 3060 for laptops. DeviceQuery result was PASS. Tensorflow output is just my CPU with no GPU detected. Been years and I’ve never seen one CUDA install smooth at first try.