Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Jul 23, 2024
1 parent bae2408 commit dd9c3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ nvitop==1.3.2
# latest versions
tensorboard==2.16.2
peft==0.11.1
trl==0.9.4
trl==0.9.6
tiktoken==0.6.0
transformers==4.42.2
transformers==4.43.0

accelerate==0.31.0
accelerate==0.32.0
diffusers==0.27.2
bitsandbytes==0.43.1
bitsandbytes==0.43.2
# extras
rouge_score==0.1.2
py7zr==0.21.0
Expand Down
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.8.6.dev0"
__version__ = "0.8.7.dev0"


def is_colab():
Expand Down

2 comments on commit dd9c3c4

@GJB99
Copy link

@GJB99 GJB99 commented on dd9c3c4 Jul 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abhishekkrthakur
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.