From 75e0b59ff1be07c12d434506855d3ecfe7df19d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 12:10:12 +0000 Subject: [PATCH] Bump torch in /huggingface_hebert_sentiment_analysis_local_serving Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.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/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch 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 2fdc0a7..8c56346 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==1.13.1 +torch==2.2.0 transformers==4.38.0 \ No newline at end of file