Skip to content

Commit 7b2e7a9

Browse files
cantoniostf-text-github-robot
authored andcommitted
Update TensorFlow dependency and workspace.
PiperOrigin-RevId: 733856954
1 parent 8db6911 commit 7b2e7a9

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

WORKSPACE

+15-8
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ http_archive(
5656

5757
http_archive(
5858
name = "org_tensorflow",
59-
strip_prefix = "tensorflow-c49fbe6cc0f081607e571f1d7d0d11de2ddf0955",
60-
sha256 = "64e81e840a3e59f57468963711de1937bf005f5a04146b674a7553a5c472a025",
59+
strip_prefix = "tensorflow-c3364f103832bfb3129935da67d5a2fcfea90e3a",
60+
sha256 = "3e3eeb25d95b5f8d191ae1be079f9da6b47400a26772acf03a68b229afaa324c",
6161
urls = [
62-
"https://github.com/tensorflow/tensorflow/archive/c49fbe6cc0f081607e571f1d7d0d11de2ddf0955.zip"
62+
"https://github.com/tensorflow/tensorflow/archive/c3364f103832bfb3129935da67d5a2fcfea90e3a.zip"
6363
],
6464
)
6565

@@ -144,7 +144,14 @@ load("@local_config_android//:android.bzl", "android_workspace")
144144
android_workspace()
145145

146146
load(
147-
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
147+
"@local_xla//third_party/py:python_wheel.bzl",
148+
"python_wheel_version_suffix_repository",
149+
)
150+
151+
python_wheel_version_suffix_repository(name = "tf_wheel_version_suffix")
152+
153+
load(
154+
"@local_xla//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
148155
"cuda_json_init_repository",
149156
)
150157

@@ -156,7 +163,7 @@ load(
156163
"CUDNN_REDISTRIBUTIONS",
157164
)
158165
load(
159-
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
166+
"@local_xla//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
160167
"cuda_redist_init_repositories",
161168
"cudnn_redist_init_repository",
162169
)
@@ -170,21 +177,21 @@ cudnn_redist_init_repository(
170177
)
171178

172179
load(
173-
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
180+
"@local_xla//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
174181
"cuda_configure",
175182
)
176183

177184
cuda_configure(name = "local_config_cuda")
178185

179186
load(
180-
"@local_tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
187+
"@local_xla//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
181188
"nccl_redist_init_repository",
182189
)
183190

184191
nccl_redist_init_repository()
185192

186193
load(
187-
"@local_tsl//third_party/nccl/hermetic:nccl_configure.bzl",
194+
"@local_xla//third_party/nccl/hermetic:nccl_configure.bzl",
188195
"nccl_configure",
189196
)
190197

0 commit comments

Comments
 (0)