Skip to content

Commit 316726a

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/53f0fa0fa346815e0d5720a60c71ea84f7906f7e. PiperOrigin-RevId: 405278640 Change-Id: Ifcf125e63f7aa902d208d761321faa6cea638532
1 parent 588b126 commit 316726a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/tf_runtime/workspace.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ def repo():
66
"""Imports TFRT."""
77

88
# Attention: tools parse and update these lines.
9-
TFRT_COMMIT = "16943d35de0b56b8cb1ed7371b2942aed376a3dd"
10-
TFRT_SHA256 = "6ce543d76a472a7ce5fb35953b8213eab06f985e34a301d9f3ed16771862f89c"
9+
TFRT_COMMIT = "53f0fa0fa346815e0d5720a60c71ea84f7906f7e"
10+
TFRT_SHA256 = "ae048bb13a9477d154a239b8b0357aeed3d79638e65096ecb7f9554255099e6b"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)