Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/102eb34805bdfd80b3ccdaa8c87ee2ff2808f51c.

PiperOrigin-RevId: 397186714
Change-Id: I147b00043c852833817f0dc0629bbdf00490db4b
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index efb31e1..996b284 100644
--- a/third_party/tf_runtime/workspace.bzl
+++ b/third_party/tf_runtime/workspace.bzl
@@ -6,8 +6,8 @@
     """Imports TFRT."""
 
     # Attention: tools parse and update these lines.
-    TFRT_COMMIT = "424662897206f889831e863342a99fbdefe376b7"
-    TFRT_SHA256 = "cb49a086f9390db61ea66f8d8b245d2dd8feb33ba918d98145b657bf328532e0"
+    TFRT_COMMIT = "102eb34805bdfd80b3ccdaa8c87ee2ff2808f51c"
+    TFRT_SHA256 = "30bd1a8d48aa63a451dba51c1b4368c8d801aa8203842b5de59cb532a8fdf153"
 
     tf_http_archive(
         name = "tf_runtime",