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

Make tensorflow-macos version match to build wheel successfully on Apple Silicon. #1234

Open
tuzhucheng opened this issue Nov 14, 2023 · 3 comments

Comments

@tuzhucheng
Copy link

To make the wheel successfully build on Apple Silicon machines, we can do the following:

For the 2.15 release, the tensorflow-macos version should be 2.15.0: https://github.com/tensorflow/text/blob/2.15/oss_scripts/configure.sh.

For the 2.14 release, the tensorflow-macos version should be 2.14.0: https://github.com/tensorflow/text/blob/2.14/oss_scripts/configure.sh.

@tuzhucheng
Copy link
Author

Or we can directly install tensorflow even for macOS since starting from 2.13 it appears the arm64 wheels are included with tensorflow on pypi: https://pypi.org/project/tensorflow/2.15.0/#files.

@yarri-oss
Copy link

Yes, and we'd like to first put better testing in place and then update the references in configure.sh to tensorflow because it's supports Aarch64 wheels with an udpated setup.py shim.

@markblee
Copy link

markblee commented Feb 7, 2024

Hi, is there any update or ETA for this? Thanks.

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