File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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.
24load ("//third_party/xla:workspace.bzl" , jax_xla_workspace = "repo" )
3- load ("//third_party:repo.bzl" , "tf_http_archive" , "tf_mirror_urls" )
45
56jax_xla_workspace ()
67
@@ -12,15 +13,15 @@ load("@xla//:workspace3.bzl", "xla_workspace3")
1213
1314xla_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
1918tf_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
2627load (
You can’t perform that action at this time.
0 commit comments