| commit | 64bd3955f48d85ce446028e9ae8b72bfa9eafbbe | [log] [tgz] |
|---|---|---|
| author | A. Unique TensorFlower <gardener@tensorflow.org> | Thu Oct 14 06:19:56 2021 -0700 |
| committer | TensorFlower Gardener <gardener@tensorflow.org> | Thu Oct 14 06:29:42 2021 -0700 |
| tree | 9e480c8ee80ecab3fda42be1fc7d9c57093e97a7 | |
| parent | 5c3a4ec1f60eebd404431ada8f694014575d6d51 [diff] |
Update TFRT dependency to use revision http://github.com/tensorflow/runtime/commit/a3dc93d984dd761c539304b21ea64324e30ef217. PiperOrigin-RevId: 403076893 Change-Id: I3e75aebbb6aad19800f29c9e34eea09e1319638a
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl index ea7ab92..2623354 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 = "0b7b7da733279b04c1687b87198b7b11dc225927" - TFRT_SHA256 = "8d54762f173655a89e3c98cd77aa3717eb3143eb960de19d9fd2ed392c9093e7" + TFRT_COMMIT = "a3dc93d984dd761c539304b21ea64324e30ef217" + TFRT_SHA256 = "7ff10fa3a2213d25e5aa46e20b783c6f96d94772b9fd1c1eac1cbc7a86668b53" tf_http_archive( name = "tf_runtime",