Skip to content

Commit

Permalink
Update TFF version.
Browse files Browse the repository at this point in the history
Change-Id: I6b306e7dd1ba0ebe41b31ffb2e7e0c72366ac589
Fixed: 383207916
  • Loading branch information
bmclarnon committed Dec 10, 2024
1 parent aeb1d16 commit df5f811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ http_archive(
# Patch to make TFF compatible with TF 2.18.
"//third_party/org_tensorflow_federated:tensorflow_2_18.patch",
],
sha256 = "bc5297068936a1c04a5e5a90373007cf69e041e8fb69d544096b8ac4c5436cd9",
strip_prefix = "tensorflow-federated-3782a88fc4651b59ecff95ca600fd83972547875",
url = "https://github.com/google-parfait/tensorflow-federated/archive/3782a88fc4651b59ecff95ca600fd83972547875.tar.gz",
sha256 = "5d3bed31d7a734586e58789dd014d024a4ec95f274ec10a821d3e2ec9c4b0176",
strip_prefix = "tensorflow-federated-e8920e2d3e1f02762f8a996fed7bfeb08ec7cd75",
url = "https://github.com/google-parfait/tensorflow-federated/archive/e8920e2d3e1f02762f8a996fed7bfeb08ec7cd75.tar.gz",
)

http_archive(
Expand Down
8 changes: 4 additions & 4 deletions third_party/org_tensorflow_federated/tensorflow_2_18.patch
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ diff --git tensorflow_federated/cc/core/impl/executors/BUILD tensorflow_federate
index 57f1c05d7..05bdcd907 100644
--- tensorflow_federated/cc/core/impl/executors/BUILD
+++ tensorflow_federated/cc/core/impl/executors/BUILD
@@ -1142,20 +1142,20 @@ cc_library(
"@com_google_absl//absl/strings",
@@ -1168,20 +1168,20 @@ cc_library(
"@com_google_absl//absl/strings:string_view",
"@com_google_absl//absl/types:span",
"@federated_language//federated_language/proto:computation_cc_proto",
+ "@local_xla//xla:literal",
Expand Down Expand Up @@ -189,9 +189,9 @@ index f368fcb02..b8e230ac0 100644
--- tensorflow_federated/cc/core/impl/executors/array_test_utils.h
+++ tensorflow_federated/cc/core/impl/executors/array_test_utils.h
@@ -25,7 +25,7 @@ limitations under the License
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
-#include "third_party/eigen3/Eigen/Core"
+#include "Eigen/Core"
#include "federated_language/proto/array.pb.h"
Expand All @@ -215,9 +215,9 @@ index 97de35207..2525a8c7e 100644
--- tensorflow_federated/cc/core/impl/executors/tensorflow_utils_test.cc
+++ tensorflow_federated/cc/core/impl/executors/tensorflow_utils_test.cc
@@ -25,7 +25,7 @@ limitations under the License
#include "absl/log/log.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
-#include "third_party/eigen3/Eigen/Core"
+#include "Eigen/Core"
#include "federated_language/proto/array.pb.h"
Expand Down

0 comments on commit df5f811

Please sign in to comment.