Skip to content

Commit

Permalink
Bump into using tensorflow 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 30, 2023
1 parent 728c3a3 commit 1721282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# v2.11.0 works both on Linux and Mac
# v2.12.0 does not seem to work on neither Linux nor Mac (and static compiling)
# v2.13.0-rc0 does seems to work again on both platforms
TENSORFLOW_VERSION="v2.14.0"
TENSORFLOW_VERSION="v2.15.0"
if [ ! -d "tensorflow_src" ]
then
git clone --depth=1 -b $TENSORFLOW_VERSION https://github.com/tensorflow/tensorflow.git tensorflow_src
Expand Down

0 comments on commit 1721282

Please sign in to comment.