From 07357c4cb04c3ad09183daf23d3a053f9c67cf59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 15:19:55 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.0+cpu to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/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] --- .../whisper-transcribe-lambda/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-whisper-lambda-comprehend/whisper-transcribe-lambda/app/requirements.txt b/openai-whisper-lambda-comprehend/whisper-transcribe-lambda/app/requirements.txt index ed0002a..aa532e1 100644 --- a/openai-whisper-lambda-comprehend/whisper-transcribe-lambda/app/requirements.txt +++ b/openai-whisper-lambda-comprehend/whisper-transcribe-lambda/app/requirements.txt @@ -1,4 +1,4 @@ -f https://download.pytorch.org/whl/torch_stable.html -torch==1.8.0+cpu +torch==1.13.1 torchvision==0.9.0+cpu pillow==9.0.1