Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pins jax==0.4.23 (xla matched), flax==0.7.5, te==1.2.1 #493

Draft
wants to merge 2 commits into
base: archive-24.01-devel
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/container/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
jax:
url: https://github.com/google/jax.git
tracking_ref: main
latest_verified_commit: 2356e57af47baa37286177676a5a4bcd0c7b8c40
latest_verified_commit: jaxlib-v0.4.23
mode: git-clone
xla:
url: https://github.com/openxla/xla.git
tracking_ref: main
latest_verified_commit: 17ec7b4031608d3ddaca83e0661ed3aa0393e9d9
latest_verified_commit: a487d8ba5da8d0dec056972270e50de6748a1035
mode: git-clone
flax:
url: https://github.com/google/flax.git
Expand All @@ -20,7 +20,7 @@ flax:
transformer-engine:
url: https://github.com/NVIDIA/TransformerEngine.git
tracking_ref: main
latest_verified_commit: bb759adc2a53c57cc387f531c580a16149e3d4ac
latest_verified_commit: v1.2.1
mode: git-clone
t5x:
url: https://github.com/google-research/t5x.git
Expand Down
Loading