@@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
55http_archive (
66 name = "icu" ,
7- strip_prefix = "icu-release-64-2 " ,
8- sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27 " ,
7+ strip_prefix = "icu-release-77-1 " ,
8+ sha256 = "e424ba5282d95ad38b52639a08fb82164f0b0cbd7f17b53ae16bf14f8541855f " ,
99 urls = [
10- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2 .zip" ,
11- "https://github.com/unicode-org/icu/archive/release-64-2 .zip" ,
10+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-77-1 .zip" ,
11+ "https://github.com/unicode-org/icu/archive/release-77-1 .zip" ,
1212 ],
1313 build_file = "//third_party/icu:BUILD.bzl" ,
1414 patches = ["//third_party/icu:udata.patch" ],
@@ -56,10 +56,10 @@ http_archive(
5656
5757http_archive (
5858 name = "org_tensorflow" ,
59- strip_prefix = "tensorflow-40998f44c0c500ce0f6e3b1658dfbc54f838a82a " ,
60- sha256 = "5a5bc4599964c71277dcac0d687435291e5810d2ac2f6283cc96736febf73aaf " ,
59+ strip_prefix = "tensorflow-735467e89ccfd7ace190363412bb5698164628b5 " ,
60+ sha256 = "c75a6fde64ba60d435f795a1a63f5caec0db8b352f544e222b8f51a1f6fec63e " ,
6161 urls = [
62- "https://github.com/tensorflow/tensorflow/archive/40998f44c0c500ce0f6e3b1658dfbc54f838a82a .zip"
62+ "https://github.com/tensorflow/tensorflow/archive/735467e89ccfd7ace190363412bb5698164628b5 .zip"
6363 ],
6464)
6565
@@ -95,7 +95,7 @@ load("@org_tensorflow//third_party/py:python_init_rules.bzl", "python_init_rules
9595
9696python_init_rules ()
9797
98- load ("//tensorflow_text:tftext .bzl" , "py_deps_profile" )
98+ load ("//tensorflow_text:py_deps_profile .bzl" , "py_deps_profile" )
9999
100100py_deps_profile (
101101 name = "release_or_nightly" ,
@@ -158,7 +158,22 @@ load(
158158python_wheel_version_suffix_repository (name = "tf_wheel_version_suffix" )
159159
160160load (
161- "@local_xla//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl" ,
161+ "@rules_ml_toolchain//cc/deps:cc_toolchain_deps.bzl" ,
162+ "cc_toolchain_deps" ,
163+ )
164+
165+ cc_toolchain_deps ()
166+
167+ register_toolchains ("@rules_ml_toolchain//cc:linux_x86_64_linux_x86_64" )
168+
169+ register_toolchains ("@rules_ml_toolchain//cc:linux_x86_64_linux_x86_64_cuda" )
170+
171+ register_toolchains ("@rules_ml_toolchain//cc:linux_aarch64_linux_aarch64" )
172+
173+ register_toolchains ("@rules_ml_toolchain//cc:linux_aarch64_linux_aarch64_cuda" )
174+
175+ load (
176+ "@rules_ml_toolchain//third_party/gpus/cuda/hermetic:cuda_json_init_repository.bzl" ,
162177 "cuda_json_init_repository" ,
163178)
164179
@@ -170,7 +185,7 @@ load(
170185 "CUDNN_REDISTRIBUTIONS" ,
171186)
172187load (
173- "@local_xla //third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl" ,
188+ "@rules_ml_toolchain //third_party/gpus/cuda/hermetic:cuda_redist_init_repositories.bzl" ,
174189 "cuda_redist_init_repositories" ,
175190 "cudnn_redist_init_repository" ,
176191)
@@ -184,21 +199,21 @@ cudnn_redist_init_repository(
184199)
185200
186201load (
187- "@local_xla //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
202+ "@rules_ml_toolchain //third_party/gpus/cuda/hermetic:cuda_configure.bzl" ,
188203 "cuda_configure" ,
189204)
190205
191206cuda_configure (name = "local_config_cuda" )
192207
193208load (
194- "@local_xla //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
209+ "@rules_ml_toolchain //third_party/nccl/hermetic:nccl_redist_init_repository.bzl" ,
195210 "nccl_redist_init_repository" ,
196211)
197212
198213nccl_redist_init_repository ()
199214
200215load (
201- "@local_xla //third_party/nccl/hermetic:nccl_configure.bzl" ,
216+ "@rules_ml_toolchain //third_party/nccl/hermetic:nccl_configure.bzl" ,
202217 "nccl_configure" ,
203218)
204219
0 commit comments