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

This commit is contained in:
Wenyong Huang 2023-03-28 17:25:36 +08:00 committed by GitHub
parent 0ce39a1368
commit a35d39b353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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