File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
pip show jax && pip uninstall -y jax
17
17
pip show jaxlib && pip uninstall -y jaxlib
18
18
pip show libtpu-nightly && pip uninstall -y libtpu-nightly
19
+ pip show tensorflow && pip uninstall -y tensorflow
19
20
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
21
22
# 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
23
24
pip install tensorflow flatbuffers absl-py flax sentencepiece seqio google-cloud-storage
24
25
pip install safetensors colorama coverage ray[default] humanize
25
26
26
27
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
27
30
pip install -e .
You can’t perform that action at this time.
0 commit comments