File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616pip show jax && pip uninstall -y jax
1717pip show jaxlib && pip uninstall -y jaxlib
1818pip 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
2324pip install tensorflow flatbuffers absl-py flax sentencepiece seqio google-cloud-storage
2425pip install safetensors colorama coverage ray[default] humanize
2526
2627git submodule update --init --recursive
28+ pip show google-jetstream && pip uninstall -y google-jetstream
29+ pip show torch_xla2 && pip uninstall -y torch_xla2
2730pip install -e .
You can’t perform that action at this time.
0 commit comments