From 44d8fca4bc7c507f97c690dace2b99cd34901cf8 Mon Sep 17 00:00:00 2001 From: artitw Date: Sat, 26 Oct 2024 00:11:41 +0000 Subject: [PATCH] depenency fix --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index cd4b474..0161a58 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="text2text", - version="1.8.0", + version="1.8.1", author="artitw", author_email="artitw@gmail.com", description="Text2Text: Crosslingual NLP/G toolkit", @@ -35,9 +35,8 @@ 'torch', 'tqdm', 'transformers', - 'trl', 'peft', 'bitsandbytes', - 'flash-attn' + 'trl' ], )