Skip to content

Commit 38ce6d0

Browse files
yashk2810jax authors
authored andcommitted
Update TF commit for release
PiperOrigin-RevId: 446555288
1 parent 7297115 commit 38ce6d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "bee3000a7892008b32c65a5d6ba5d0a1f490e9e749d6789c5100d47068b1bbd8",
11-
strip_prefix = "tensorflow-46cb56d405f0800e1741f68bba098d8eea5d0025",
10+
sha256 = "76d7cbb4ce7d6b506e1845bb1bf7fe0ed89888d19069363629992da5059dc700",
11+
strip_prefix = "tensorflow-994bca455e4d15b843115d4e43b0989726b7d767",
1212
urls = [
13-
"https://github.com/tensorflow/tensorflow/archive/46cb56d405f0800e1741f68bba098d8eea5d0025.tar.gz",
13+
"https://github.com/tensorflow/tensorflow/archive/994bca455e4d15b843115d4e43b0989726b7d767.tar.gz",
1414
],
1515
)
1616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
_default_cuda_version = '11'
2222
_available_cudnn_versions = ['82', '805']
2323
_default_cudnn_version = '82'
24-
_libtpu_version = '0.1.dev20220503'
24+
_libtpu_version = '0.1.dev20220504'
2525

2626
_dct = {}
2727
with open('jax/version.py') as f:

0 commit comments

Comments
 (0)