From 731d76cf66fcce7cbdd6d2af89d09f6284f8be5c Mon Sep 17 00:00:00 2001 From: lhelontra Date: Sat, 22 Jun 2019 05:04:57 -0300 Subject: [PATCH] update tf version in nitrigen6 config --- build_tensorflow/configs/nitrogen6x.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tensorflow/configs/nitrogen6x.conf b/build_tensorflow/configs/nitrogen6x.conf index 1fbf162..82355dd 100644 --- a/build_tensorflow/configs/nitrogen6x.conf +++ b/build_tensorflow/configs/nitrogen6x.conf @@ -1,5 +1,5 @@ TF_PATCH="yes" -TF_VERSION="v1.13.1" +TF_VERSION="v1.14.0" # export tensorflow variables to configure TF_BUILD_VARS="TF_NEED_GDR=0" @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0" TF_BUILD_VARS+=" TF_NEED_IGNITE=0" TF_BUILD_VARS+=" TF_NEED_ROCM=0" -BAZEL_VERSION="0.19.2" +BAZEL_VERSION="0.24.1" # BAZEL_AVALIABLE_RAM=1536 # MB # BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core) # BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)