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/a2236fb548c3488a79ce1860f12b2c44cd86e2be.

PiperOrigin-RevId: 418776393
Change-Id: I8ed30ef02f55fd99ee9039acdc9ffa6311b2efe7
  • Loading branch information
tensorflower-gardener committed Dec 29, 2021
1 parent 25e6d61 commit a7ea4a4
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 = "148e5ae8b3d96fb09c33241f850974d6e07c81fd"
TFRT_SHA256 = "e1026f2c038bfd44e573599e23788dd835e69635ac80ade8de207c19b06ed219"
TFRT_COMMIT = "a2236fb548c3488a79ce1860f12b2c44cd86e2be"
TFRT_SHA256 = "f0574f4f316ace74d9c794a6facb31542fb4f353ee76dad66a74e0ca37c91dee"

tf_http_archive(
name = "tf_runtime",
Expand Down

0 comments on commit a7ea4a4

Please sign in to comment.