Skip to content

Commit 690460c

Browse files
author
Shivanand Roy
committed
upgrade transformers==4.8.2 🤗
1 parent d65d1c9 commit 690460c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="simplet5",
11-
version="0.1.0",
11+
version="0.1.1",
1212
license="apache-2.0",
1313
author="Shivanand Roy",
1414
author_email="[email protected]",
@@ -41,7 +41,7 @@
4141
install_requires=[
4242
"sentencepiece",
4343
"torch>=1.7.0,!=1.8.0", # excludes torch v1.8.0
44-
"transformers==4.6.1",
44+
"transformers==4.8.2",
4545
"pytorch-lightning==1.3.3",
4646
"fastt5==0.0.5",
4747
],

0 commit comments

Comments
 (0)