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

Trouble while running Tensorflow after installing TensorFlow-metal #11

Open
mikkel-larsen opened this issue Mar 17, 2022 · 2 comments
Open

Comments

@mikkel-larsen
Copy link

I followed the instructions, but afterwards I get the errorcode

Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.

every time I run something with Tensorflow. The program runs as otherwise expected, and the programs does not stop but continues to run, only very slow (far slower than using CPU).

Besides that errorcode I also get

Plugin optimizer for device_type GPU is enabled.

every time.

I am using a regular M1, and have followed the instructions, and also tested the "list physical devices" which works just fine.

TensorFlow 2.7

@AnshuGusain
Copy link

Im having the same issue when compiling a model on my M2pro.
I tensorflow[/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306](https://file+.vscode-resource.vscode-cdn.net/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306)] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.

@michael-learns
Copy link

I had the same error as well. But I fixed it through this Apple Developer post.
Dropping back to versions: tensorflow-macos==2.9 and tensorflow-metal==0.5.0 fixed the issue for me.

https://developer.apple.com/forums/thread/721619

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

3 participants