From a35d39b353f2152245a9f66f48adedfa188dda18 Mon Sep 17 00:00:00 2001 From: Wenyong Huang Date: Tue, 28 Mar 2023 17:25:36 +0800 Subject: [PATCH] Bump tensorflow from 2.9.2 to 2.11.1 in install_tensorflow.sh (#2076) --- core/deps/install_tensorflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/deps/install_tensorflow.sh b/core/deps/install_tensorflow.sh index 0b2a2ece6..125a8dc60 100755 --- a/core/deps/install_tensorflow.sh +++ b/core/deps/install_tensorflow.sh @@ -6,6 +6,6 @@ cd ${DEPS_ROOT} echo "Downloading tensorflow in ${PWD}..." git clone https://github.com/tensorflow/tensorflow.git tensorflow-src \ - --branch v2.9.2 + --branch v2.11.1 exit 0