From 21b558218dc6a9942071ae5a7aafe1c265f8efe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:37:23 +0000 Subject: [PATCH] Bump torch from 1.11+cpu to 1.13.1 in /src/backend/huggingface Bumps [torch](https://github.com/pytorch/pytorch) from 1.11+cpu to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/huggingface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/huggingface/requirements.txt b/src/backend/huggingface/requirements.txt index 0ff87f28..62b851f7 100644 --- a/src/backend/huggingface/requirements.txt +++ b/src/backend/huggingface/requirements.txt @@ -4,7 +4,7 @@ azure-functions -f https://download.pytorch.org/whl/torch_stable.html -torch==1.11+cpu +torch==1.13.1 transformers nltk azure-identity==1.12.0