We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d494f1 commit da65765Copy full SHA for da65765
1 file changed
tpu/requirements.txt
@@ -6,6 +6,7 @@ tensorflow-tpu==${TENSORFLOW_VERSION}
6
tensorflow_hub
7
tensorflow-io
8
tensorflow-probability
9
+tensorflow_datasets
10
# Torch packages
11
torch==${TORCH_VERSION}
12
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
20
21
jraph
22
optax
23
trax
24
+# Tunix GRPO
25
+git+https://github.com/google/tunix
26
+git+https://github.com/google/qwix
27
+grain
28
# Jupyter packages
29
jupyter-lsp==1.5.1
30
jupyterlab
@@ -38,6 +43,7 @@ albumentations
38
43
diffusers
39
44
einops
40
45
fastparquet
46
+ipywidgets
41
47
matplotlib
42
48
opencv-python
49
opencv-python-headless
0 commit comments