Skip to content

Commit

Permalink
update tf version in nitrigen6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Jun 22, 2019
1 parent 5a71bb8 commit 731d76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tensorflow/configs/nitrogen6x.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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)
Expand Down

0 comments on commit 731d76c

Please sign in to comment.