-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Apple M1 support #1816
Comments
Once M1 is officially supported by TF, we can try and provide (docker/m1) builds for TF Serving. Presently M1 builds in TF is driven by community supported builds. |
This would be much appreciated. I almost got TF Serving running on m1 in minikube (using this image https://github.com/emacski/tensorflow-serving-arm) but hit this error on start:
|
Hi @netfs do you happen to know where a tensorflow serving community build can be found? |
Is there an ETA for this to become available? This is blocking M1 Mac users from running tfs on docker for development. |
Bumping along with TFX support for M1 |
Any updates or ETA on this? |
Any updates on this one? |
1 similar comment
Any updates on this one? |
Hi there, I'm able to run Tensorflow Serving on my M1 by using this custom build: https://github.com/emacski/tensorflow-serving-arm
(replace /tmp/model_name by your model's directory) |
For those who are stuck, check out Solution 1:
Alternative (if you want to install TensorFlow in docker):
|
We are currently working on this issue, and will have an update in the fairly near future. In the meantime, some users have reported success with Rosetta. Other options include using a VM. We understand that neither of those is ideal. At the moment we don't have ETA but you can check update about Mac M1 support on Tensorflow Forum here Thank you! |
Thanks for the update @gaikwadrahul8 |
Any update on this? |
I want to thank you for this comment! I managed to get this working with the above on my M2 Mac for local development. |
Hey any update on this? Thanks! |
Any update on this ? |
Any updates on this? |
more than 3 years and TF serving is still not working. Google, please do better! |
Is there any ETA for this? |
shoot it's two years now! |
I was trying to find a solution for this and randomly stumbled on this report... does this really not work? (M3s are out now) |
Bitnami provides ARM64 images for TensorFlow Serving. I have been using them for some time for Apple M1 Macs, they work well. Unfortunately, there are some minor differences in the run arguments compared to the official TensorFlow Serving image, so it is not a direct drop-in replacement, but it is not hard to figure out. |
Update on this topic. The newest Docker release |
Feature Request
Describe the problem the feature is intended to solve
TensorFlow is promoting Apples M1 Macs, would be great to have TFServing running on M1 Macs as well
https://blog.tensorflow.org/2020/11/accelerating-tensorflow-performance-on-mac.html
The text was updated successfully, but these errors were encountered: