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/9f09fe00370c4305c17d6f36afeb821e0eebaece.

PiperOrigin-RevId: 408866226
Change-Id: Ia9a830e88a0afa882726066d009ae5708180b5c3
  • Loading branch information
tensorflower-gardener committed Nov 10, 2021
1 parent d592c05 commit 4fd3550
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 = "300129639ddf8c93482a76e237ac8f258b4eb2b3"
TFRT_SHA256 = "f47c3ac2c3392e2ae5554d7f45df3cc2b28ef20615d6c2e50ac9b61b73240323"
TFRT_COMMIT = "9f09fe00370c4305c17d6f36afeb821e0eebaece"
TFRT_SHA256 = "5d00fbb8367ae31d21bb908609f87a3fae1d47009d9ea407f638735ac36552b4"

tf_http_archive(
name = "tf_runtime",
Expand Down

0 comments on commit 4fd3550

Please sign in to comment.