Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Aug 21, 2024
1 parent 1dfa637 commit 3bc3c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tensorboard==2.16.2
peft==0.12.0
trl==0.9.6
tiktoken==0.6.0
transformers==4.44.0
transformers==4.44.1

accelerate==0.33.0
diffusers==0.27.2
Expand All @@ -48,7 +48,7 @@ itsdangerous==2.2.0
seqeval==1.2.2
httpx==0.27.0
pyyaml==6.0.1
timm==1.0.7
timm==1.0.8
torchmetrics==1.4.0
pycocotools==2.0.7
sentence-transformers==3.0.1
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.11"
__version__ = "0.8.12"


def is_colab():
Expand Down

0 comments on commit 3bc3c6c

Please sign in to comment.