Skip to content

Commit

Permalink
Update nightly dependencies (#285)
Browse files Browse the repository at this point in the history
* iree: 42e54ab Integrate llvm-project at 063c42e919c0 (#14725) (Tue
Aug 22 23:10:14 2023 -0700)
* xla: ac612bfa4 Ensure that CompileOptions serializes
deterministically. (Wed Aug 23 11:36:04 2023 -0700)
* jax: d1547ca45 Ensure that CompileOptions serializes
deterministically. (Wed Aug 23 11:34:21 2023 -0700)
  • Loading branch information
iree-github-actions-bot authored Aug 23, 2023
1 parent 3dd9187 commit cb36ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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==20230822.621
jaxlib==0.4.15.dev20230822
iree-compiler==20230823.622
jaxlib==0.4.15.dev20230823
-e ../jax
6 changes: 3 additions & 3 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": "2a914c1e7fbfbdecafd506c29ba30df8ea251046",
"xla": "7a3cbc35054e4f4d8ac7467967af993cc76e0db1",
"jax": "3082109a59725823672fea759c0d374f10f821ea"
"iree": "42e54ab4f0bd04653096193861ab2a39a34694b2",
"xla": "ac612bfa4eda425ea31b58cc9a9808712f46c482",
"jax": "d1547ca45b3e14d840eb450e209559db5a9dd0c3"
}

ORIGINS = {
Expand Down

0 comments on commit cb36ba4

Please sign in to comment.