Skip to content

Commit

Permalink
Update TFRT dependency to use revision
Browse files Browse the repository at this point in the history
http://github.com/tensorflow/runtime/commit/bc32ea5109008c454660655b67b3c88fc0410d6c.

PiperOrigin-RevId: 418742130
Change-Id: I9aeab1c110009200c3c1201a8a46ae581f3db5fb
  • Loading branch information
tensorflower-gardener committed Dec 29, 2021
1 parent 19f185a commit 951bb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/tf_runtime/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def repo():
"""Imports TFRT."""

# Attention: tools parse and update these lines.
TFRT_COMMIT = "c3e082762b7664bbc7ffd2c39e86464928e27c0c"
TFRT_SHA256 = "9b7fabe6e786e6437bb7cd1a4bed8416da6f08969266e57945805017092900c6"
TFRT_COMMIT = "bc32ea5109008c454660655b67b3c88fc0410d6c"
TFRT_SHA256 = "904da7ef1c7b6e0e59b4ec66b4ba1ea220459c4d061b1acfc03425d4cb4ebda8"

tf_http_archive(
name = "tf_runtime",
Expand Down

0 comments on commit 951bb1d

Please sign in to comment.