Skip to content

Commit

Permalink
Bump tensorflow to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonibofarull committed Jun 24, 2023
1 parent af93d06 commit ba1feda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/deps/install_tensorflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ cd ${DEPS_ROOT}
echo "Downloading tensorflow in ${PWD}..."

git clone https://github.com/tensorflow/tensorflow.git tensorflow-src \
--branch v2.11.1
--branch v2.12.0

# NOTE: fixes this https://github.com/tensorflow/tensorflow/issues/59631
cd tensorflow-src
git cherry-pick 5115fa96d7c5b41451674892317be43e30b7c389

exit 0

0 comments on commit ba1feda

Please sign in to comment.