Skip to content

Commit da65765

Browse files
authored
Add tunix to tpu (#1494)
1 parent 4d494f1 commit da65765

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tpu/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tensorflow-tpu==${TENSORFLOW_VERSION}
66
tensorflow_hub
77
tensorflow-io
88
tensorflow-probability
9+
tensorflow_datasets
910
# Torch packages
1011
torch==${TORCH_VERSION}
1112
https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-${TORCH_VERSION}-${PYTHON_WHEEL_VERSION}-${PYTHON_WHEEL_VERSION}-${TORCH_LINUX_WHEEL_VERSION}.whl
@@ -20,6 +21,10 @@ git+https://github.com/deepmind/dm-haiku
2021
jraph
2122
optax
2223
trax
24+
# Tunix GRPO
25+
git+https://github.com/google/tunix
26+
git+https://github.com/google/qwix
27+
grain
2328
# Jupyter packages
2429
jupyter-lsp==1.5.1
2530
jupyterlab
@@ -38,6 +43,7 @@ albumentations
3843
diffusers
3944
einops
4045
fastparquet
46+
ipywidgets
4147
matplotlib
4248
opencv-python
4349
opencv-python-headless

0 commit comments

Comments
 (0)