Skip to content

Commit ca47c6e

Browse files
authoredJul 15, 2024
Update configure.sh
1 parent 258f101 commit ca47c6e

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.17.0
4545
else
4646
pip install tensorflow==2.17.0
4747
fi

0 commit comments

Comments
 (0)
Please sign in to comment.