Skip to content

Commit

Permalink
Update configure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rtg0795 authored Jul 15, 2024
1 parent 258f101 commit ca47c6e
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 @@ -41,7 +41,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.16.1
pip install tensorflow==2.17.0
else
pip install tensorflow==2.17.0
fi
Expand Down

0 comments on commit ca47c6e

Please sign in to comment.