Does tensorflow-directml-plugin support tensorflow-intel 2.15 ? #375
jugeshPrajapati
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not able to install tensorflow-cpu==2.10 according to https://learn.microsoft.com/en-us/windows/ai/directml/gpu-tensorflow-plugin#step-4-install-base-tensorflow.
pip3 install tensorflow-cpu==2.10
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu==2.10 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0)
ERROR: No matching distribution found for tensorflow-cpu==2.10
but I found some tensorflow packages are already installed.
tensorboard 2.15.1 pypi_0 pypi
tensorboard-data-server 0.7.2 pypi_0 pypi
tensorflow 2.15.0 pypi_0 pypi
tensorflow-estimator 2.15.0 pypi_0 pypi
tensorflow-intel 2.15.0 pypi_0 pypi
tensorflow-io-gcs-filesystem 0.31.0 pypi_0 pypi
I aslo tried to install tensorflow-directml-plugin and it return.
pip install tensorflow-directml-plugin
ERROR: Could not find a version that satisfies the requirement tensorflow-directml-plugin (from versions: none)
ERROR: No matching distribution found for tensorflow-directml-plugin
pip3 install tensorflow-directml-plugin
ERROR: Could not find a version that satisfies the requirement tensorflow-directml-plugin (from versions: none)
ERROR: No matching distribution found for tensorflow-directml-plugin
Beta Was this translation helpful? Give feedback.
All reactions