-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Missing tf-nightly build for MacOS x86_64 #18956
Comments
Hi @friedrichms , MacOS-Intel binaries are available under |
The latest MacOS Binaries I can find are here https://pypi.org/project/tf-nightly-cpu/2.16.0.dev20231217/#files but I cannot find the version (2.16.0.dev20231130) specified in Line 2 in 6a6e4f8
But I think it is resolved, I just installed the newest tf-nightly-cpu (2.16.0.dev20231217) as you suggested and it installed Line 2 in 6a6e4f8
|
Hi @friedrichms , I think this was done before keras3 release. Maybe we can remove it now as it seems cpu nightlies also getting updated. @fchollet , Can we remove this pin as this pinned version not available on pypi ? can we add just |
When trying to install the proposed setup I missed the dev packages in pip. I found, that they are missing in the list: https://pypi.org/project/tf-nightly/2.16.0.dev20231130/#files
Same holds for the other versions, 2.16.0.dev20231103 and 2.15.0.dev20231009 of tf-nightly or tf-nightly-cpu in the commit history of https://github.com/keras-team/keras/blob/master/requirements.txt and the other requirement files.
Could you provide a Tensorflow build that works for MacOS/Intel CPU config? Other dev builds I tested change keras to a lower version when using the backend Tensorflow.
The text was updated successfully, but these errors were encountered: