Skip to content

Commit

Permalink
Update TFRT dependency to use revision
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Jul 11, 2023
1 parent 1541934 commit 3642239
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 = "2311b85fed9d2a38619e0188a0eabcb3f1ef1b95"
TFRT_SHA256 = "e175b71871e863c1b3dc767803f1cc70a48d27964286c2875db2451401f38db4"
TFRT_COMMIT = "a9afd3d20d538d81145a841ffdf20faf48dc69f8"
TFRT_SHA256 = "9ceb85b1bc9350c2c0a3f381fce8604173484f969f56d872239bac29a650f060"

tf_http_archive(
name = "tf_runtime",
Expand Down

0 comments on commit 3642239

Please sign in to comment.