Update TFRT dependency to use revision

b570a1921c.

PiperOrigin-RevId: 381464971
Change-Id: I7e86fbf0e49ad8a6fe8fb7c46eb50d597038879c
This commit is contained in:
A. Unique TensorFlower 2021-06-25 07:10:58 -07:00 committed by TensorFlower Gardener
parent 2420695580
commit 1ba2eb7b31

View File

@ -6,8 +6,8 @@ def repo():
"""Imports TFRT.""" """Imports TFRT."""
# Attention: tools parse and update these lines. # Attention: tools parse and update these lines.
TFRT_COMMIT = "d3bd15c978b4d48ba5a800039c3530d3b9e88699" TFRT_COMMIT = "b570a1921c9e55ac53c8972bd2bfd37cd0eb510d"
TFRT_SHA256 = "b438e5a1ed2aed0d31d542b8b01ce5baffcc5bbd451ec833b1e99029fd22b751" TFRT_SHA256 = "01295fc2a90aa2d665890adbe8701e2ae2372028d3b8266cba38ceddccb42af6"
tf_http_archive( tf_http_archive(
name = "tf_runtime", name = "tf_runtime",