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

modify tensorflow version on M2 chip #47

Open
uncircle opened this issue Jun 14, 2024 · 0 comments
Open

modify tensorflow version on M2 chip #47

uncircle opened this issue Jun 14, 2024 · 0 comments

Comments

@uncircle
Copy link
Contributor

In Macbook Pro M2 chip, OS 14.5 (23F79), python3.9, if use conda install -c conda-forge tensorflow=2.9.1, the specified TensorFlow version 2.9.1 may be too old for some features. Instead we recommend pip install tensorflow==2.15.0. Due to some reasons, we still need Keras and to keep its version consistent with the TensorFlow.

all dependencies related to TensorFlow as

$ pip list | grep -E '(keras|tensorflow)'      
keras                        2.15.0
tensorflow                   2.15.0
tensorflow-datasets          4.9.3
tensorflow-estimator         2.15.0
tensorflow-io-gcs-filesystem 0.37.0
tensorflow-macos             2.15.0
tensorflow-metadata          1.15.0
tensorflow-probability       0.23.0
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

1 participant