Skip to content

Commit ef5a8f0

Browse files
authored
Merge pull request #1388 from rtg0795/2.19
Revert "Init `python_wheel_version_suffix_repository` for TF dependen…
2 parents 0b2ba5e + 01fd905 commit ef5a8f0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

WORKSPACE

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,7 @@ load("@local_config_android//:android.bzl", "android_workspace")
144144
android_workspace()
145145

146146
load(
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",
147+
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl",
155148
"cuda_json_init_repository",
156149
)
157150

@@ -163,7 +156,7 @@ load(
163156
"CUDNN_REDISTRIBUTIONS",
164157
)
165158
load(
166-
"@local_xla//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
159+
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl",
167160
"cuda_redist_init_repositories",
168161
"cudnn_redist_init_repository",
169162
)
@@ -177,21 +170,21 @@ cudnn_redist_init_repository(
177170
)
178171

179172
load(
180-
"@local_xla//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
173+
"@local_tsl//third_party/gpus/cuda/hermetic:cuda_configure.bzl",
181174
"cuda_configure",
182175
)
183176

184177
cuda_configure(name = "local_config_cuda")
185178

186179
load(
187-
"@local_xla//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
180+
"@local_tsl//third_party/nccl/hermetic:nccl_redist_init_repository.bzl",
188181
"nccl_redist_init_repository",
189182
)
190183

191184
nccl_redist_init_repository()
192185

193186
load(
194-
"@local_xla//third_party/nccl/hermetic:nccl_configure.bzl",
187+
"@local_tsl//third_party/nccl/hermetic:nccl_configure.bzl",
195188
"nccl_configure",
196189
)
197190

0 commit comments

Comments
 (0)