File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
eval "$(pyenv init -)"
39
39
pyenv install 3.11
40
40
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
42
42
43
43
# Install essential packages for Python 3.11
44
44
python3.11 -m pip install --upgrade pip
Original file line number Diff line number Diff line change 110
110
# 4. After the local build succeeds, create a PR and wait for the CI result. Fix
111
111
# CI errors as needed until all required checks pass.
112
112
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.
114
114
115
115
_libtpu_version = '0.0.21'
116
116
_libtpu_date = '20250813'
117
117
118
118
_jax_version = '0.7.1'
119
119
_jaxlib_version = '0.7.1'
120
- _jax_date = '20250813 ' # Date for jax and jaxlib.
120
+ _jax_date = '20250617 ' # Date for jax and jaxlib.
121
121
122
122
if USE_NIGHTLY :
123
123
_libtpu_version += f".dev{ _libtpu_date } +nightly"
You can’t perform that action at this time.
0 commit comments