Skip to content

Commit

Permalink
Update tensorflow-macos to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiya-zhang committed May 14, 2024
1 parent f0f675c commit 1d507c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss_scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
if is_macos; then
# Only Apple Silicon will be installed with tensorflow-macos.
if [[ x"$(arch)" == x"arm64" ]]; then
pip install tensorflow-macos==2.13.0
pip install tensorflow-macos==2.16.1
else
pip install tensorflow==2.13.0
fi
Expand Down

0 comments on commit 1d507c9

Please sign in to comment.