Skip to content

Commit e7b5837

Browse files
ybaturinaGoogle-ML-Automation
authored andcommitted
Update rules_ml_toolchain version.
PiperOrigin-RevId: 843892060
1 parent b4a3e16 commit e7b5837

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

WORKSPACE

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2+
13
# The XLA commit is determined by third_party/xla/revision.bzl.
24
load("//third_party/xla:workspace.bzl", jax_xla_workspace = "repo")
3-
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
45

56
jax_xla_workspace()
67

@@ -12,15 +13,15 @@ load("@xla//:workspace3.bzl", "xla_workspace3")
1213

1314
xla_workspace3()
1415

15-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
16-
1716
# Initialize Hermetic toolchains
1817
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
1918
tf_http_archive(
2019
name = "rules_ml_toolchain",
21-
sha256 = "7f00b3e94bbca1a4737ded6b9ed5358f6d1c86430c2ec97c90081343c0482f18",
22-
strip_prefix = "rules_ml_toolchain-29d54c875da37e74b8548924ed30e78cb28126b9",
23-
urls = tf_mirror_urls("https://github.com/google-ml-infra/rules_ml_toolchain/archive/29d54c875da37e74b8548924ed30e78cb28126b9.tar.gz"),
20+
sha256 = "e9842de3fefb5a120d3b1647d3a09e6e7071e8df8d1cd2dfe6f66ee31fd2595e",
21+
strip_prefix = "rules_ml_toolchain-cb79a8fc8dcf3f75743dcd9b3418a70c884a7269",
22+
urls = tf_mirror_urls(
23+
"https://github.com/google-ml-infra/rules_ml_toolchain/archive/cb79a8fc8dcf3f75743dcd9b3418a70c884a7269.tar.gz",
24+
),
2425
)
2526

2627
load(

0 commit comments

Comments
 (0)