Skip to content

Commit 71f256b

Browse files
committed
update script
1 parent 0e5607c commit 71f256b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

install_everything.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
pip show jax && pip uninstall -y jax
1717
pip show jaxlib && pip uninstall -y jaxlib
1818
pip show libtpu-nightly && pip uninstall -y libtpu-nightly
19+
pip show tensorflow && pip uninstall -y tensorflow
1920

20-
pip install pip install jax[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
21+
pip install jax[tpu]==0.4.28 -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
2122
# torch cpu
22-
pip install torch --index-url https://download.pytorch.org/whl/cpu
23+
pip install torch==2.2.1+cpu --index-url https://download.pytorch.org/whl/cpu
2324
pip install tensorflow flatbuffers absl-py flax sentencepiece seqio google-cloud-storage
2425
pip install safetensors colorama coverage ray[default] humanize
2526

2627
git submodule update --init --recursive
28+
pip show google-jetstream && pip uninstall -y google-jetstream
29+
pip show torch_xla2 && pip uninstall -y torch_xla2
2730
pip install -e .

0 commit comments

Comments
 (0)