From c1708709bdcc4d0301a85e91494ffa59963ae515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:33:48 +0000 Subject: [PATCH] Bump torch in /mindsdb/integrations/handlers/huggingface_handler Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 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.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../integrations/handlers/huggingface_handler/requirements.txt | 2 +- .../handlers/huggingface_handler/requirements_cpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt index b70a302214c..fc3f3cfea09 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt @@ -3,5 +3,5 @@ datasets==2.16.1 evaluate==0.4.3 nltk==3.9.1 huggingface-hub==0.29.3 -torch==2.8.0 +torch==2.12.0 transformers >= 4.42.4 diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt index 7a4e0de6084..d86db82b753 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt @@ -3,5 +3,5 @@ datasets==2.16.1 evaluate==0.4.3 nltk==3.9.1 huggingface-hub==0.29.3 -torch==2.8.0+cpu +torch==2.12.0 transformers >= 4.42.4 \ No newline at end of file