Skip to content

Commit a2514dd

Browse files
jazpurTTsshonTT
authored andcommitted
Update jax dependency to 0.7.1 to align with tt front ends (#8)
1 parent 7bc474a commit a2514dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_build_torch_xla_3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
eval "$(pyenv init -)"
3939
pyenv install 3.11
4040
pyenv global 3.11
41-
ln -sf $HOME/.pyenv/versions/3.11/bin/python3.11 /usr/local/bin/python3.11
41+
ln -sf $(pyenv which python3.11) /usr/local/bin/python3.11
4242
4343
# Install essential packages for Python 3.11
4444
python3.11 -m pip install --upgrade pip

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@
110110
# 4. After the local build succeeds, create a PR and wait for the CI result. Fix
111111
# CI errors as needed until all required checks pass.
112112

113-
USE_NIGHTLY = True # Whether to use nightly or stable libtpu and JAX.
113+
USE_NIGHTLY = False # Whether to use nightly or stable libtpu and JAX.
114114

115115
_libtpu_version = '0.0.21'
116116
_libtpu_date = '20250813'
117117

118118
_jax_version = '0.7.1'
119119
_jaxlib_version = '0.7.1'
120-
_jax_date = '20250813' # Date for jax and jaxlib.
120+
_jax_date = '20250617' # Date for jax and jaxlib.
121121

122122
if USE_NIGHTLY:
123123
_libtpu_version += f".dev{_libtpu_date}+nightly"

0 commit comments

Comments
 (0)