Skip to content

Commit

Permalink
tensorflow version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Feb 26, 2018
1 parent 81ea243 commit 295e20d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_tensorflow/configs/beagle_black.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/odroidc1.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/odroidc2.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi_one.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down
2 changes: 1 addition & 1 deletion build_tensorflow/configs/rpi_one_openblas.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OPENBLAS_PATH="/tmp/openblas_install"

TF_PATCH="no"
TF_PYTHON_VERSION="3.5"
TF_VERSION="v1.4.1"
TF_VERSION="v1.5.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand Down

0 comments on commit 295e20d

Please sign in to comment.