Skip to content

Commit

Permalink
upgrade trl
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Feb 16, 2024
1 parent 64b123c commit 5a4add7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packaging==23.1
# latest versions
tensorboard
peft==0.8.2
trl==0.7.4
trl==0.7.11
tiktoken==0.5.1
transformers==4.37.0
accelerate==0.26.1
Expand Down
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
warnings.filterwarnings("ignore", category=UserWarning, module="tensorflow")


__version__ = "0.6.92.dev0"
__version__ = "0.6.93.dev0"

0 comments on commit 5a4add7

Please sign in to comment.