Skip to content

Commit

Permalink
Update yacl
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jul 31, 2024
1 parent a7eaa73 commit 6f5a1fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_fourq_test.tar.gz",
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b4_nightly_20240731.tar.gz",
],
strip_prefix = "yacl-0.4.5b4_fourq_test",
sha256 = "5e490cba30bcb03e751937795a14fb5c9fd0a24d61095c8ec937a86ce7f96ec9",
strip_prefix = "yacl-0.4.5b4_nightly_20240731",
sha256 = "952715bd56f6d9386984e9963426a1399bd2bd3702cf3efede9c82591cfab99b",
)

def _bazel_platform():
Expand Down

0 comments on commit 6f5a1fe

Please sign in to comment.