Skip to content

Commit c5bfdcc

Browse files
author
jax authors
committed
Merge pull request jax-ml#5787 from hawkinsp:xla
PiperOrigin-RevId: 358426001
2 parents 5bbb449 + b131038 commit c5bfdcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

+3-3
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 = "c00e4e9ab17d219e4da0640ac6202c933436f747ea99ba453e882dc1d83283ba",
11-
strip_prefix = "tensorflow-c820e5278288773ef2298b1796164a9826d847cf",
10+
sha256 = "a452c0c6157362ba8bb17e71ed07a6e415b74b639b3193524aafebe3f6d2fc6d",
11+
strip_prefix = "tensorflow-db445bbf91e9e020d0df4dbd08e9bc3ab074a4e8",
1212
urls = [
13-
"https://github.com/tensorflow/tensorflow/archive/c820e5278288773ef2298b1796164a9826d847cf.tar.gz",
13+
"https://github.com/tensorflow/tensorflow/archive/db445bbf91e9e020d0df4dbd08e9bc3ab074a4e8.tar.gz",
1414
],
1515
)
1616

0 commit comments

Comments
 (0)