Skip to content

Commit

Permalink
Update nightly dependencies (#97)
Browse files Browse the repository at this point in the history
Automatically created
  • Loading branch information
iree-github-actions-bot authored May 9, 2023
1 parent d9047de commit defbb95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://openxla.github.io/iree/pip-release-links.html
-f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
iree-compiler==20230503.508
jaxlib==0.4.9.dev20230508
iree-compiler==20230509.514
jaxlib==0.4.9.dev20230509
-e ../jax
9 changes: 4 additions & 5 deletions sync_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
### Update with: openxla-workspace pin

PINNED_VERSIONS = {
"iree": "3679e9cfd77edcd96f0174ded28993a6bafa9128",
"xla": "edf740d2dcf4d05ce28fa8ffb739c55b9cad1247",
"jax": "47df8628a0fa83900e38431c88a7a0e27660b7aa"
"iree": "f3e70439739249dd8f24c6930e8b04666f8a95d6",
"xla": "dad64948516e3672b3e2518945831a70b5e90b81",
"jax": "68ba54241c3fe6a192c26e8cd8f49690111bbaa3"
}

ORIGINS = {
Expand Down Expand Up @@ -102,8 +102,7 @@ def main():
update_args.extend(["--depth", "1"])
update_args.extend(["--"])
update_args.extend(submodules)
if (len(submodules) > 0):
run(update_args, repo_dir)
run(update_args, repo_dir)


def run(args,
Expand Down

0 comments on commit defbb95

Please sign in to comment.