@@ -56,10 +56,10 @@ http_archive(
56
56
57
57
http_archive (
58
58
name = "org_tensorflow" ,
59
- strip_prefix = "tensorflow-c49fbe6cc0f081607e571f1d7d0d11de2ddf0955 " ,
60
- sha256 = "64e81e840a3e59f57468963711de1937bf005f5a04146b674a7553a5c472a025 " ,
59
+ strip_prefix = "tensorflow-c3364f103832bfb3129935da67d5a2fcfea90e3a " ,
60
+ sha256 = "3e3eeb25d95b5f8d191ae1be079f9da6b47400a26772acf03a68b229afaa324c " ,
61
61
urls = [
62
- "https://github.com/tensorflow/tensorflow/archive/c49fbe6cc0f081607e571f1d7d0d11de2ddf0955 .zip"
62
+ "https://github.com/tensorflow/tensorflow/archive/c3364f103832bfb3129935da67d5a2fcfea90e3a .zip"
63
63
],
64
64
)
65
65
@@ -144,7 +144,14 @@ load("@local_config_android//:android.bzl", "android_workspace")
144
144
android_workspace ()
145
145
146
146
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" ,
148
155
"cuda_json_init_repository" ,
149
156
)
150
157
@@ -156,7 +163,7 @@ load(
156
163
"CUDNN_REDISTRIBUTIONS" ,
157
164
)
158
165
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" ,
160
167
"cuda_redist_init_repositories" ,
161
168
"cudnn_redist_init_repository" ,
162
169
)
@@ -170,21 +177,21 @@ cudnn_redist_init_repository(
170
177
)
171
178
172
179
load (
173
- "@local_tsl //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
180
+ "@local_xla //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
174
181
"cuda_configure" ,
175
182
)
176
183
177
184
cuda_configure (name = "local_config_cuda" )
178
185
179
186
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" ,
181
188
"nccl_redist_init_repository" ,
182
189
)
183
190
184
191
nccl_redist_init_repository ()
185
192
186
193
load (
187
- "@local_tsl //third_party/nccl/hermetic:nccl_configure.bzl" ,
194
+ "@local_xla //third_party/nccl/hermetic:nccl_configure.bzl" ,
188
195
"nccl_configure" ,
189
196
)
190
197
0 commit comments