Skip to content

Commit

Permalink
Unpin the second TensorFlow
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 183996282
  • Loading branch information
rpoplin authored and Copybara-Service committed Jan 31, 2018
1 parent 59738f0 commit e3cf0c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion build-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ note_build_stage "Download and configure TensorFlow sources"
(cd .. &&
git clone https://github.com/tensorflow/tensorflow &&
cd tensorflow &&
git checkout "${DV_TENSORFLOW_GIT_SHA}" &&
echo | ./configure)

note_build_stage "build-prereq.sh complete"
Expand Down
5 changes: 0 additions & 5 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ export PYTHON_BIN_PATH=$(which python)
export USE_DEFAULT_PYTHON_LIB_PATH=1
export DV_COPT_FLAGS="--copt=-msse4.1 --copt=-msse4.2 --copt=-mavx --copt=-O3"

# Set the TensorFlow commit SHA that we use for the release. This is the latest
# commit to the master branch as of 2018 Jan 22. See:
# https://github.com/tensorflow/tensorflow/commit/57b32eabca4597241120cb4aba8308a431853c30
export DV_TENSORFLOW_GIT_SHA="57b32eabca4597241120cb4aba8308a431853c30"

function note_build_stage {
echo "========== [$(date)] Stage '${1}' starting"
}

0 comments on commit e3cf0c8

Please sign in to comment.