Skip to content

Commit 09f3db5

Browse files
author
Lu Teng
committed
Fix T5 seqio error.
1 parent eff636f commit 09f3db5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

example/t5/patch/t5.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/setup.py b/setup.py
2-
index 37238ba..e63cf16 100644
2+
index 37238ba..6a97d34 100644
33
--- a/setup.py
44
+++ b/setup.py
55
@@ -27,8 +27,8 @@ from version import __version__ # pylint: disable=g-import-not-at-top
@@ -24,6 +24,15 @@ index 37238ba..e63cf16 100644
2424
'fiddle >= 0.2.5',
2525
'gin-config',
2626
f'jax >= {_jax_version}',
27+
@@ -61,7 +61,7 @@ setuptools.setup(
28+
'numpy',
29+
'optax @ git+https://github.com/deepmind/optax#egg=optax',
30+
'orbax-checkpoint',
31+
- 'seqio @ git+https://github.com/google/seqio#egg=seqio',
32+
+ 'seqio >= 0.0.18',
33+
'tensorflow-cpu',
34+
'tensorstore >= 0.1.20',
35+
# remove this when sentencepiece_model_pb2 is re-generated in the
2736
diff --git a/t5x/checkpoints.py b/t5x/checkpoints.py
2837
index c8af7d0..4945b2c 100644
2938
--- a/t5x/checkpoints.py

0 commit comments

Comments
 (0)