Skip to content

Commit c76e8a0

Browse files
committed
Remove tunix installation from setup.sh to prevent qwix version override
1 parent 8de5059 commit c76e8a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/setup/setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ fi
220220
if [[ "$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/

0 commit comments

Comments
 (0)