Windows GPU only C Tensorflow download failure

Hi, I’m trying to download the above Tensorflow at this link:

https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.11.0.zip

but I get this error:

NoSuchKey The specified key does not exist.
No such object: tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.11.0.zip

Am I doing something wrong? Thanks!

@Davide_Cattani,

Welcome to the Tensorflow Forum!

TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows.

Thank you!

Thanks, but the download doesn’t work.
Can you fix it please?
I’m referring to this: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.11.0.zip

Many thanks!
Davide

Can you fix it please?
I’m referring to this: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.11.0.zip

We are not 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!

1 Like

I see, many thanks. Not sure what’s GPU “wheel”, but wander why tensorflow 2.11 appears in this page if it’s not supported: Установите TensorFlow для C

Anyway, I got tensorflow from your link, thanks again!

Submitted PR to resolve this problem. Thank you!