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

tensorflow 15 not listing GPU #20

Closed
JuliusNmn opened this issue Dec 13, 2023 · 2 comments
Closed

tensorflow 15 not listing GPU #20

JuliusNmn opened this issue Dec 13, 2023 · 2 comments
Assignees

Comments

@JuliusNmn
Copy link

I installed tensorflow 15 from the releases page like this:

pip install https://github.com/sun1638650145/Libraries-and-Extensions-for-TensorFlow-for-Apple-Silicon/releases/download/v2.15/tensorflow-2.15.0-cp311-cp311-macosx_14_0_arm64.whl

Tensorflow does not list any cpus:

>>> import tensorflow as tf
>>> tf.config.list_physical_devices("GPU")
[]

Running on a clean venv with python 3.11.1

@sun1638650145 sun1638650145 self-assigned this Dec 14, 2023
@sun1638650145
Copy link
Owner

@JuliusNmn The reason for not recognizing the GPU is that you have not installed tensorflow-metal.

@sun1638650145
Copy link
Owner

You haven't responded to this issue for quite some time. I will close this issue.

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

2 participants