Skip to content

Commit 2f4bd11

Browse files
author
jax authors
committed
Merge pull request #8842 from google:yashk2810-patch-3
PiperOrigin-RevId: 414715679
2 parents 06cd1fe + b0b853c commit 2f4bd11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77
# and update the sha256 with the result.
88
http_archive(
99
name = "org_tensorflow",
10-
sha256 = "7c22f94993586f86db2b15b3dd2469185a79cb2e00d837060931171685eec855",
11-
strip_prefix = "tensorflow-92a87997075e08e687d45764d2fb9b7fb4fdc12c",
10+
sha256 = "e6e68270b7fb0dda26656f4985b3d118b5a9d3fa60433ced42ce2fc5676716d5",
11+
strip_prefix = "tensorflow-d9b47d5722fc08c5d06afba9f63177de266801f5",
1212
urls = [
13-
"https://github.com/tensorflow/tensorflow/archive/92a87997075e08e687d45764d2fb9b7fb4fdc12c.tar.gz",
13+
"https://github.com/tensorflow/tensorflow/archive/d9b47d5722fc08c5d06afba9f63177de266801f5.tar.gz",
1414
],
1515
)
1616

0 commit comments

Comments
 (0)