We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258f101 commit ca47c6eCopy full SHA for ca47c6e
oss_scripts/configure.sh
@@ -41,7 +41,7 @@ else
41
if is_macos; then
42
# Only Apple Silicon will be installed with tensorflow-macos.
43
if [[ x"$(arch)" == x"arm64" ]]; then
44
- pip install tensorflow-macos==2.16.1
+ pip install tensorflow==2.17.0
45
else
46
pip install tensorflow==2.17.0
47
fi
0 commit comments