Skip to content

Commit

Permalink
pin patch
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Jul 24, 2024
1 parent dd9c3c4 commit 88f91af
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 @@ -29,7 +29,7 @@ tensorboard==2.16.2
peft==0.11.1
trl==0.9.6
tiktoken==0.6.0
transformers==4.43.0
transformers==4.43.1

accelerate==0.32.0
diffusers==0.27.2
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.7.dev0"
__version__ = "0.8.7"


def is_colab():
Expand Down

0 comments on commit 88f91af

Please sign in to comment.