Skip to content

Commit

Permalink
Update configure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rtg0795 authored Sep 30, 2024
1 parent 9f4bab8 commit d49b507
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.18.0rc0
else
pip install tensorflow==2.18.0rc0
fi
Expand Down

0 comments on commit d49b507

Please sign in to comment.