-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Mhp23 patch 1 #23
base: main
Are you sure you want to change the base?
Mhp23 patch 1 #23
Conversation
fix: Excluded arm64 architecture for iPhone simulators on the pod
Hey - thanks for your PR!
I am building TensorFlow Lite from source from their current main - so if they fixed the issue, it should be resolved. |
@mrousavy You're welcome!
|
Ah I see - I think this approach is not really good since it blocks simulators / makes it harder to use on simulators. I think we can compile |
See #26 |
Same issue here, why it blocks simulators, I think it'd run in simulator as @Mhp23 mentioned. |
I found this tensorflow PR from 2022 that was supposed to enable tflite to build for arm64 simulators: tensorflow/tensorflow#55777 Is it possible we just need to add |
arm64
simulators from the podSince the current stable version of TensorFlow Lite doesn't support
arm64
simulators, building the app is failing for Apple Silicon (It appears that this issue is resolved in the TensorFlow Lite nightly version). Therefore, in this PR, the arm64 simulator is excluded, and instructions for running the app directly onx86_64
architecture simulators from the command line are added to the documentation.