Skip to content

Commit de322f8

Browse files
authored
Add colorama (#8)
1 parent cadb490 commit de322f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TORCHXLA_TAG=jetstream-pytorch
33
pip3 install pip install jax[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
44
# torch cpu
55
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
6-
pip3 install tensorflow flatbuffers absl-py flax sentencepiece seqio google-cloud-storage safetensors
6+
pip3 install tensorflow flatbuffers absl-py flax sentencepiece seqio google-cloud-storage safetensors colorama
77

88
mkdir -p deps
99
pushd deps

0 commit comments

Comments
 (0)