File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 220220if [[ " $MODE " == " stable" || ! -v MODE ]]; then
221221# Stable mode
222222 if [[ $DEVICE == " tpu" ]]; then
223- # TODO: Once tunix has support for GPUs, move it from here to requirements.txt
224- echo " Installing google-tunix for stable TPU environment"
225- python3 -m uv pip install ' google-tunix>=0.1.2'
226223 echo " Installing stable jax, jaxlib for tpu"
227224 if [[ -n " $JAX_VERSION " ]]; then
228225 echo " Installing stable jax, jaxlib, libtpu version ${JAX_VERSION} "
@@ -275,8 +272,6 @@ elif [[ $MODE == "nightly" ]]; then
275272 elif [[ $DEVICE == " tpu" ]]; then
276273 echo " Installing nightly tensorboard plugin profile"
277274 python3 -m uv pip install tbp-nightly --upgrade
278- # Installing tunix
279- python3 -m uv pip install ' git+https://github.com/google/tunix.git'
280275 echo " Installing jax-nightly, jaxlib-nightly"
281276 # Install jax-nightly
282277 python3 -m uv pip install --pre -U jax -i https://us-python.pkg.dev/ml-oss-artifacts-published/jax/simple/
You can’t perform that action at this time.
0 commit comments