Skip to content

Commit

Permalink
Update dependency transformers to v4.49.0 (#881)
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 Feb 17, 2025
1 parent f3e5230 commit 0f8ad24
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.6.0+cu124", # Tensor manipulation on audio data
"torchvision==0.21.0+cu124", # Tensor manipulation on vision data
"transformers==4.48.3", # Pre-trained models published on Hugging Face
"transformers==4.49.0", # Pre-trained models published on Hugging Face
"diffusers==0.32.2", # Diffusion models published on Hugging Face
"timm==1.0.14", # Image models
"datasets==3.3.1", # Datasets published on Hugging Face
Expand Down

0 comments on commit 0f8ad24

Please sign in to comment.