We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4bab8 commit d49b507Copy full SHA for d49b507
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.18.0rc0
45
else
46
pip install tensorflow==2.18.0rc0
47
fi
0 commit comments