Skip to content

Commit

Permalink
Merge pull request #63119 from tensorflow/patch-r2.16-release-notes
Browse files Browse the repository at this point in the history
Update RELEASE.md with a note about Mac x86 Pip package deprecation
  • Loading branch information
learning-to-play committed Mar 4, 2024
2 parents eb0e36d + c6a186d commit 5fdacf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

* 1. Change import of keras from tensorflow as follows
* import tensorflow.keras as keras and import keras to import tf_keras as keras
* **Apple Silicon users:** If you previously installed TensorFlow using `pip install tensorflow-macos`, please update your installation method. Use `pip install tensorflow` from now on. Starting with TF 2.17, the `tensorflow-macos` package will no longer receive updates.
* **Apple Silicon users:** If you previously installed TensorFlow using `pip install tensorflow-macos`, please update your installation method. Use `pip install tensorflow` from now on.
* **Mac x86 users:** Mac x86 builds are being deprecated and will no longer be
released as a Pip package from TF 2.17 onwards.

### Known Caveats

Expand Down

0 comments on commit 5fdacf3

Please sign in to comment.