Skip to content

Commit e2ad3aa

Browse files
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/a9d01348d51b84f597c16e2b0fdbd8602ea02310. PiperOrigin-RevId: 719495670
1 parent 99038bf commit e2ad3aa

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 = "c6ecd4a29d5052301238120206d6aaa287a4cdc0"
10-
TFRT_SHA256 = "653cef57364a4f716be6565cbd20a499d1ccb9c1b6530b2f75cd4460bee81e89"
9+
TFRT_COMMIT = "a9d01348d51b84f597c16e2b0fdbd8602ea02310"
10+
TFRT_SHA256 = "9ada4f6cdec370b4c7aab7f7cc8ace060a7d87fe357ee3c164779104881058e9"
1111

1212
tf_http_archive(
1313
name = "tf_runtime",

0 commit comments

Comments
 (0)