Skip to content

Commit

Permalink
Bump Tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 23, 2021
1 parent fa034e2 commit cf70361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ BUILD_MODE ?= opt # can also be dbg
BUILD_CACHE ?= $(TEMP)/xla_extension
TENSORFLOW_GIT_REPO ?= https://github.com/tensorflow/tensorflow.git

# TODO: Should this instead be a stable version source?
# e.g. instead use wget to download tagged releases
TENSORFLOW_GIT_REV ?= 54dee6dd8d47b6e597f4d3f85b6fb43fd5f50f82
# Tensorflow 2.6.0
TENSORFLOW_GIT_REV ?= 919f693420e35d00c8d0a42100837ae3718f7927

# Private configuration
BAZEL_FLAGS = --define "framework_shared_object=false" -c $(BUILD_MODE)
Expand Down
5 changes: 2 additions & 3 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ BUILD_CACHE=$(TEMP)/xla_extension
TENSORFLOW_GIT_REPO=https://github.com/tensorflow/tensorflow.git
!ENDIF

# TODO: Should this instead be a stable version source?
# e.g. instead use wget to download tagged releases
!IFNDEF TENSORFLOW_GIT_REV
TENSORFLOW_GIT_REV=54dee6dd8d47b6e597f4d3f85b6fb43fd5f50f82
# Tensorflow 2.6.0
TENSORFLOW_GIT_REV=919f693420e35d00c8d0a42100837ae3718f7927
!ENDIF

# Private configuration
Expand Down

0 comments on commit cf70361

Please sign in to comment.