From 2da7548cda9fa7d57c8cea776fb523dd5a21b9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:35:57 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.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 e57e388..e7142c0 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 +torch==2.12.0 transformers==4.53.0 datasets==2.18.0 fiftyone==0.23.8