Windows GPU only TensorFlow download fails

The Window GPU only link:
https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.11.0.zip fails with a “NoSuchKey” code.

I have installed the latest CUDA files:
cuda_12.0.0_527.41_windows.exe
cudnn-windows-x86_64-8.7.0.84_cuda11-archive.zip
zlib123dllx64.zip

I need the compatible tenserflow file. I have tried tenserflow version 2.10 and 2.7 and they did not work.

@Bob_Bryant,

Welcome to the Tensorflow Forum!

TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows and we dont maintaining the GPU wheel for tensorflow 2.11.

If you would like to use GPU on windows, we request you to use tensorflow 2.10 https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.10.0.zip

Thank you!