-
Notifications
You must be signed in to change notification settings - Fork 610
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
Build Against TF 2.10 #2744
Build Against TF 2.10 #2744
Conversation
@bhack I am on it. |
…nto pr/seanpmorgan/2744
🟢 Green-light here, waiting for the MacOS delayed release: |
Looks like 2.10.0 was just released yesterday: https://pypi.org/project/tensorflow-macos |
I don't the story about arm and non arm MacOS diversification we had. |
The tensorflow wheels are still supporting 10_14: |
This policy is confusing me a bit. As tensorflow-macos is MacOS 12 only for TF 2.10 |
Same. tensorflow-macos just started adding x86 wheels on TF2.9. I'm not sure what optimization they provide for those chips or why you would install that package instead of TF. For now I'm just going to keep our macos_x86_64 built with macOS 10 since TF is still providing those wheels and I don't have justification for telling users to force an OS upgrade and switch to tensorflow-macos for non-ARM chipsets. They also don't build py37 wheels Hopefully they align on what's supported. |
Sounds great. |
It would be nice if @jhavukainen or @kulinseth could clarify on this. |
Ack, it appears to be imminent: Will upgrade the build OS, since the compilation settings are still here: |
Co-authored-by: Lukas Geiger <lukas.geiger94@gmail.com>
Description
Brief Description of the PR:
Type of change