Skip to content

Commit acea136

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/6f7f27da1cb954295a86e9cf842406bd43e16f9e. PiperOrigin-RevId: 374472649 Change-Id: I1988fe1cb743620ee526f7815084878172b6a859
1 parent e456605 commit acea136

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 = "681fa492e32971a1efc8a0fb9346184ba2667695"
10-
TFRT_SHA256 = "f68fa8c1b19c83cb96477ddb61cdd12f2f3b5a0911b416ad0e0f610865831de8"
9+
TFRT_COMMIT = "6f7f27da1cb954295a86e9cf842406bd43e16f9e"
10+
TFRT_SHA256 = "fb91623cb2baf9220b59195c49c0d6b4457b72dbf7b0e38dbf23a0e81247e72e"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)