From 9d3498bf20b717b68adbd1da18c3287b02ca3954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:47:24 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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..f2214b8 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.8.0 transformers==4.53.0 datasets==2.18.0 fiftyone==0.23.8