From d49b507152a205b8abc2a3b06fdcb975c64f1ba4 Mon Sep 17 00:00:00 2001 From: Raviteja Gorijala <36429068+rtg0795@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:38:05 -0700 Subject: [PATCH] Update configure.sh --- oss_scripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss_scripts/configure.sh b/oss_scripts/configure.sh index fabec3f7a..49c8b615b 100755 --- a/oss_scripts/configure.sh +++ b/oss_scripts/configure.sh @@ -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