Skip to content

Commit

Permalink
depenency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artitw committed Oct 26, 2024
1 parent 192638d commit 44d8fca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -35,9 +35,8 @@
'torch',
'tqdm',
'transformers',
'trl',
'peft',
'bitsandbytes',
'flash-attn'
'trl'
],
)

0 comments on commit 44d8fca

Please sign in to comment.