Skip to content

Commit

Permalink
[tensorflow] Update TFRT dependency
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574338996
  • Loading branch information
ezhulenev authored and copybara-github committed Oct 18, 2023
1 parent afd8de6 commit d5e664d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/tf_runtime/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def repo():
"""Imports TFRT."""

# Attention: tools parse and update these lines.
TFRT_COMMIT = "70637966e2ec9afccc2cf4d51ed2391172b1b9c5"
TFRT_SHA256 = "e3c5911cd4a70b01de980479b3c5aa45235240bf48a07cd9c1016cd140917fd3"
TFRT_COMMIT = "6d71fa4816fafb69ee1caac955b2b3844290d577"
TFRT_SHA256 = "37da0c18b558e85e8e9c9e482c217221762679265245893ab87c136df7265446"

tf_http_archive(
name = "tf_runtime",
Expand All @@ -16,5 +16,5 @@ def repo():
urls = tf_mirror_urls("https://github.com/tensorflow/runtime/archive/{commit}.tar.gz".format(commit = TFRT_COMMIT)),
# A patch file can be provided for atomic commits to both TF and TFRT.
# The job that bumps the TFRT_COMMIT also resets patch_file to 'None'.
patch_file = ["//third_party/tf_runtime:tf_runtime_clangcl.patch"],
patch_file = None,
)

0 comments on commit d5e664d

Please sign in to comment.