Skip to content

Commit

Permalink
Merge pull request #8842 from google:yashk2810-patch-3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 414715679
  • Loading branch information
jax authors committed Dec 7, 2021
2 parents 06cd1fe + b0b853c commit 2f4bd11
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 @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "7c22f94993586f86db2b15b3dd2469185a79cb2e00d837060931171685eec855",
strip_prefix = "tensorflow-92a87997075e08e687d45764d2fb9b7fb4fdc12c",
sha256 = "e6e68270b7fb0dda26656f4985b3d118b5a9d3fa60433ced42ce2fc5676716d5",
strip_prefix = "tensorflow-d9b47d5722fc08c5d06afba9f63177de266801f5",
urls = [
"https://github.com/tensorflow/tensorflow/archive/92a87997075e08e687d45764d2fb9b7fb4fdc12c.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/d9b47d5722fc08c5d06afba9f63177de266801f5.tar.gz",
],
)

Expand Down

0 comments on commit 2f4bd11

Please sign in to comment.