commit | 33cde1c6cc273d38cd0627f335b19bd679d369e1 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Tue Jun 15 10:21:04 2021 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Jun 15 10:33:22 2021 -0700 |
tree | 69d6aed540dbca6e02ea1eb74b5b2103e3948bde | |
parent | 787a83d4ef353544da0b28668cd2484d36df503f [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/1235de9de3f628b9e73e700e28c1501ade8d4719. PiperOrigin-RevId: 379517986 Change-Id: I9eb5d0ff9b35908b5f89f39e040b112209c05665
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index 8cd539d..d2f10ad 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 = "5c1a72a8160f7e873b055cf2b19f9995989c37f6" - TFRT_SHA256 = "1c95a5be4d3073ba010d874e9d27f791c4948d07e8dbc63d86808daa090551c1" + TFRT_COMMIT = "1235de9de3f628b9e73e700e28c1501ade8d4719" + TFRT_SHA256 = "1409ab0bfb45d70317026810099693e12f76832c53a5f9df9ea457a6788d582f" tf_http_archive( name = "tf_runtime",