Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
orbax-checkpoint
jax>=0.4.23
jaxlib>=0.4.23
orbax-checkpoint>=0.5.2
absl-py
aqtp
cloud-tpu-diagnostics
google-cloud-storage
flax
flax>=0.8.0
ml-collections
numpy
optax
Expand All @@ -12,8 +14,8 @@ pylint
pytest
pytype
sentencepiece==0.1.97
tensorflow-text>=2.13.0
tensorflow>=2.13.0
tensorflow-datasets
tensorflow-text
tensorboardx
tensorflow
tensorboard-plugin-profile
tensorboard-plugin-profile
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ else
fi

# Install dependencies from requirements.txt
cd $run_name_folder_path && pip3 install -r requirements.txt
cd $run_name_folder_path && pip install --upgrade pip && pip3 install -r requirements.txt