From 17212829c0b6fba6f38bf3f8bcdc2a7d60221b74 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Thu, 30 Nov 2023 18:44:27 +0100 Subject: [PATCH] Bump into using tensorflow 2.15.0 --- prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuild.sh b/prebuild.sh index 313a651..7dcb6f2 100644 --- a/prebuild.sh +++ b/prebuild.sh @@ -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