From f484e53c1d0466ca9f3cd8ea92df36a6d8123819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:37:08 +0000 Subject: [PATCH] Bump torch in /huggingface_hebert_sentiment_analysis_local_serving Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.6.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.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huggingface_hebert_sentiment_analysis_local_serving/requirements.txt b/huggingface_hebert_sentiment_analysis_local_serving/requirements.txt index 8c56346..2c382f6 100644 --- a/huggingface_hebert_sentiment_analysis_local_serving/requirements.txt +++ b/huggingface_hebert_sentiment_analysis_local_serving/requirements.txt @@ -2,5 +2,5 @@ numpy pandas sagemaker>=2.0.0<3.0.0 sagemaker[local] -torch==2.2.0 +torch==2.6.0 transformers==4.38.0 \ No newline at end of file