Skip to content

Commit

Permalink
Update dependency transformers to v4.45.1 (#669)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent a6d5ff8 commit ac9eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
# OPTIONAL for cneuromax/fitting/deeplearning/
"torchaudio==2.4.1", # Tensor manipulation on audio data
"torchvision==0.19.1", # Tensor manipulation on vision data
"transformers==4.45.0", # Pre-trained models published on Hugging Face
"transformers==4.45.1", # Pre-trained models published on Hugging Face
"diffusers==0.30.3", # Diffusion models published on Hugging Face
"timm==1.0.9", # Image models
"datasets==3.0.1", # Datasets published on Hugging Face
Expand Down

0 comments on commit ac9eb1f

Please sign in to comment.