diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index f94f03e669937a..fb499cb5f9dae7 100644 --- a/third_party/tf_runtime/workspace.bzl +++ b/third_party/tf_runtime/workspace.bzl @@ -6,8 +6,8 @@ def repo(): """Imports TFRT.""" # Attention: tools parse and update these lines. - TFRT_COMMIT = "e143099db75fe9b89b3959965840dd3c4237eab3" - TFRT_SHA256 = "5591f65576dabeadbba8ebe7d2d95d47576389de9b0f433cbc4e33fb9bd7eb08" + TFRT_COMMIT = "dcffa4094e13d56a30b2cdcdb709ce5d71b38953" + TFRT_SHA256 = "ce4a95e4fe258353e751af57e6970a186aab77f03f12944ce389667b33d6c5b1" tf_http_archive( name = "tf_runtime",