Skip to content

Commit d49b507

Browse files
authored
Update configure.sh
1 parent 9f4bab8 commit d49b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss_scripts/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else
4141
if is_macos; then
4242
# Only Apple Silicon will be installed with tensorflow-macos.
4343
if [[ x"$(arch)" == x"arm64" ]]; then
44-
pip install tensorflow-macos==2.16.1
44+
pip install tensorflow==2.18.0rc0
4545
else
4646
pip install tensorflow==2.18.0rc0
4747
fi

0 commit comments

Comments
 (0)