From 3ea3e29500682f90d2c735ec43ce3763efb4b75a Mon Sep 17 00:00:00 2001 From: Saoirse Stewart Date: Wed, 15 Feb 2023 10:49:15 +0000 Subject: Update the TensorFlow version to 2.11.0 used by the TOSA Checker Change-Id: I55661102918990c4f3a71abf9c7197cf3b86d427 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 07baede..0ade3ec 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ import sys import time -TOSA_CHECKER_VERSION = "0.1.0" -DEFAULT_TENSORFLOW_VERSION = "2.9.0" +TOSA_CHECKER_VERSION = "0.2.0a1" +DEFAULT_TENSORFLOW_VERSION = "2.11.0" # Get the TensorFlowâ„¢ source directory passed to the command line (if any). # If none is given the sources are pulled from the official TF repository. -- cgit v1.2.1