From d873c48050b59cb1c72ed54bfc9d534b697d6cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:25:58 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.39.3 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.39.3...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt b/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt index b655b42..e57e388 100644 --- a/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt +++ b/blogs/2404-fast-multimodal-search-with-snowflake-embedding-and-max-engine/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.4 torch==2.2.2 -transformers==4.39.3 +transformers==4.53.0 datasets==2.18.0 fiftyone==0.23.8