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