We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e456605 commit acea136Copy full SHA for acea136
third_party/tf_runtime/workspace.bzl
@@ -6,8 +6,8 @@ def repo():
6
"""Imports TFRT."""
7
8
# Attention: tools parse and update these lines.
9
- TFRT_COMMIT = "681fa492e32971a1efc8a0fb9346184ba2667695"
10
- TFRT_SHA256 = "f68fa8c1b19c83cb96477ddb61cdd12f2f3b5a0911b416ad0e0f610865831de8"
+ TFRT_COMMIT = "6f7f27da1cb954295a86e9cf842406bd43e16f9e"
+ TFRT_SHA256 = "fb91623cb2baf9220b59195c49c0d6b4457b72dbf7b0e38dbf23a0e81247e72e"
11
12
tf_http_archive(
13
name = "tf_runtime",
0 commit comments