-
Notifications
You must be signed in to change notification settings - Fork 38
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
any support for apple silicon? #26
Comments
For this library, you can install tensorflow for the mac on your own (as long as it follows the tensorflow~=2.5.0 API and is callable in python with |
Thanks for replying. |
I found a way. M1 cannot directly install lobe [TF], but it can be implemented by installing parallel virtual machine on M1. The direct installation of lobe [TF] on M1 will prompt the unsupported architecture (armv7 is OK), but in Debian in the virtual machine, I successfully installed and ran lobe [TF]. Debian is also arm64, which is amazing! |
update, |
Now we can install tensorflow on apple silicon by miniforge and apple/tensorflow-macos
But I dont know if there's any support for it.
Thanks.
The text was updated successfully, but these errors were encountered: