Przeglądaj źródła

Bump tensorflow from 2.9.2 to 2.11.1 in install_tensorflow.sh (#2076)

Wenyong Huang 2 lat temu
rodzic
commit
a35d39b353
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/deps/install_tensorflow.sh

+ 1 - 1
core/deps/install_tensorflow.sh

@@ -6,6 +6,6 @@ cd ${DEPS_ROOT}
 echo "Downloading tensorflow in ${PWD}..."
 echo "Downloading tensorflow in ${PWD}..."
 
 
 git clone https://github.com/tensorflow/tensorflow.git tensorflow-src \
 git clone https://github.com/tensorflow/tensorflow.git tensorflow-src \
-    --branch v2.9.2
+    --branch v2.11.1
 
 
 exit 0
 exit 0