Skip to content

Commit

Permalink
feat: bump transformers to 4.48.3 (CVE-2024-11392, CVE-2024-11393, CV…
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Feb 12, 2025
1 parent e8ac099 commit 5626c49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| [google-auth](https://github.com/googleapis/google-auth-library-python) | 2.25.2 | python3_ia |
| [google-pasta](https://github.com/google/pasta) | 0.2.0 | python3_ia |
| [grpcio](https://grpc.io) | 1.60.0 | python3_ia |
| [huggingface_hub](https://github.com/huggingface/huggingface_hub) | 0.20.2 | python3_ia |
| [huggingface_hub](https://github.com/huggingface/huggingface_hub) | 0.24.7 | python3_ia |
| [keras](https://pypi.org/project/keras) | 3.8.0 | python3_ia |
| [libclang](https://github.com/sighingnow/libclang) | 16.0.6 | python3_ia |
| [lightning-utilities](https://github.com/Lightning-AI/utilities) | 0.10.1 | python3_ia |
Expand Down Expand Up @@ -51,11 +51,11 @@
| [tensorflow](https://www.tensorflow.org/) | 2.18.0 | python3_ia |
| [tf_keras](https://keras.io/) | 2.18.0 | python3_ia |
| [timm](https://github.com/huggingface/pytorch-image-models) | 0.9.2 | python3_ia |
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.15.0 | python3_ia |
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.21.0 | python3_ia |
| [torch](https://pytorch.org/) | 2.5.1 | python3_ia |
| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.3.0.post0 | python3_ia |
| [torchvision](https://github.com/pytorch/vision) | 0.20.1 | python3_ia |
| [transformers](https://github.com/huggingface/transformers) | 4.38.2 | python3_ia |
| [transformers](https://github.com/huggingface/transformers) | 4.48.3 | python3_ia |
| [triton](https://github.com/triton-lang/triton/) | 3.1.0 | python3_ia |

*(57 components)*
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ google-auth==2.25.2
google-auth-oauthlib==1.2.0
google-pasta==0.2.0
grpcio==1.60.0
huggingface_hub==0.20.2
huggingface_hub==0.24.7
keras==3.8.0
libclang==16.0.6
lightning==2.3.3
Expand Down Expand Up @@ -49,9 +49,9 @@ tensorflow==2.18.0
tensorflow-hub==0.16.1
tf-keras==2.18.0
timm==0.9.2
tokenizers==0.15.0
tokenizers==0.21.0
torch==2.5.1
torchmetrics==1.3.0.post0
torchvision==0.20.1
transformers==4.38.2
transformers==4.48.3
triton==3.1.0

0 comments on commit 5626c49

Please sign in to comment.