Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiyekkert authored Nov 9, 2023
1 parent 19f0047 commit de65272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ tf_configure(

http_archive(
name = "org_tensorflow",
patches = [
"//build_deps/tf_dependency:tf.patch",
],
sha256 = "ce357fd0728f0d1b0831d1653f475591662ec5bca736a94ff789e6b1944df19f",
strip_prefix = "tensorflow-2.14.0",
urls = [
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.0.tar.gz",
],
patches = [
"//build_deps/tf_dependency:tf.patch",
]
)

load("@org_tensorflow//tensorflow:workspace3.bzl", "tf_workspace3")
Expand Down

0 comments on commit de65272

Please sign in to comment.