Skip to content

Commit 2b38e6a

Browse files
committed
update tf for nccl fix
1 parent c9f5456 commit 2b38e6a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

WORKSPACE

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ http_archive(
2626
# b) get the sha256 hash of the commit by running:
2727
# curl -L https://github.com/tensorflow/tensorflow/archive/<git hash>.tar.gz | sha256sum
2828
# and update the sha256 with the result.
29-
# FIXME: revert before https://github.com/tensorflow/tensorflow/commit/62544da4337a92afba8f993b8beca11592b45f16
30-
# to avoid newly added //tensorflow/core/tpu:tpu_executor_dlsym_initializer building problem on windows
3129
http_archive(
3230
name = "org_tensorflow",
33-
sha256 = "579a74ad171d8da7b7193ff863f28482c2e6050c4090650b001fb80bbc46bb0f",
34-
strip_prefix = "tensorflow-04f25b55e27be95ec340f414c2a1cabe16be5c2a",
31+
sha256 = "f59fc70b349373267a928f37d3856984781214c07ca53ef075c48389778d17cf",
32+
strip_prefix = "tensorflow-b7060f1c189a3b2d97c8eca13d5a13acc5553403",
3533
urls = [
36-
"https://github.com/tensorflow/tensorflow/archive/04f25b55e27be95ec340f414c2a1cabe16be5c2a.tar.gz",
34+
"https://github.com/tensorflow/tensorflow/archive/b7060f1c189a3b2d97c8eca13d5a13acc5553403.tar.gz",
3735
],
3836
)
3937

0 commit comments

Comments
 (0)