Skip to content

Commit 1536a84

Browse files
committed
Bump the version of nccl for macos fixes.
1 parent 81e823d commit 1536a84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
387387

388388
native.new_http_archive(
389389
name = "nccl_archive",
390-
url = "https://github.com/NVIDIA/nccl/archive/2a974f5ca2aa12b178046b2206b43f1fd69d9fae.tar.gz",
391-
sha256 = "d6aa1a3f20ae85358890d9a96f49c51a75baa1d3af3598501f29ff9ef8a3107d",
392-
strip_prefix = "nccl-2a974f5ca2aa12b178046b2206b43f1fd69d9fae",
390+
url = "https://github.com/nvidia/nccl/archive/024d1e267845f2ed06f3e2e42476d50f04a00ee6.tar.gz",
391+
sha256 = "6787f0eed88d52ee8e32956fa4947d92c139da469f1d8e311c307f27d641118e",
392+
strip_prefix = "nccl-024d1e267845f2ed06f3e2e42476d50f04a00ee6",
393393
build_file = str(Label("//third_party:nccl.BUILD")),
394394
)
395395

0 commit comments

Comments
 (0)