commit | 8f4f116bafcc99da8c371565f9c52f87b27c695e | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Wed Jun 29 10:07:49 2022 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed Jun 29 10:11:12 2022 -0700 |
tree | 9957a5228da2c801b72cb8c43a5d786b2ba74878 | |
parent | e6c710a24b2e6c1d8e1bd531c5155b111a3532e4 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/2e2364baa55dd32f4819f6b2b4502c361773e49f. PiperOrigin-RevId: 458003039
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index fa3097e..9af92d0 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 = "dd1c304acbc986b8fd99c9e2ef89bdbb1c8e02d4" - TFRT_SHA256 = "508f5a6f8dd7ed988353a26afbb58873e563a012037e2fd6e0e601bd061e16dd" + TFRT_COMMIT = "2e2364baa55dd32f4819f6b2b4502c361773e49f" + TFRT_SHA256 = "e3e537dd2a932a59401102603a89659e419ea3342827c64c004b43f8e04c615e" tf_http_archive( name = "tf_runtime",