Skip to content

Commit d8b7bd5

Browse files
author
jax authors
committed
Merge pull request #8181 from skye:workspace
PiperOrigin-RevId: 402632543
2 parents ef3e3b5 + 49a3b37 commit d8b7bd5

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 = "919d78e206aa7ea2f368cf559dbb76784f6e5c7be54ac0e7c5f2a681f046af9f",
11-
strip_prefix = "tensorflow-557061516b91b2c9311500f7c841bbf6666f8f90",
10+
sha256 = "012c5ed99c7369a967eecad89c06a31663255e5307e407f8b625457e7c137781",
11+
strip_prefix = "tensorflow-3a7587c9ff5cd365643b6fbc1b7c20c8c97e0976",
1212
urls = [
13-
"https://github.com/tensorflow/tensorflow/archive/557061516b91b2c9311500f7c841bbf6666f8f90.tar.gz",
13+
"https://github.com/tensorflow/tensorflow/archive/3a7587c9ff5cd365643b6fbc1b7c20c8c97e0976.tar.gz",
1414
],
1515
)
1616

0 commit comments

Comments
 (0)