From 67c22845e2a41eaf3132e1f4915cadd2e0939114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:35:28 +0000 Subject: [PATCH] Bump torch from 1.7.1+cpu to 1.13.1 in /pytorch-inference-docker-lambda Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1+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] --- pytorch-inference-docker-lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch-inference-docker-lambda/requirements.txt b/pytorch-inference-docker-lambda/requirements.txt index 986f2c2..6f75533 100644 --- a/pytorch-inference-docker-lambda/requirements.txt +++ b/pytorch-inference-docker-lambda/requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.7.1+cpu +torch==1.13.1 torchvision==0.8.2+cpu \ No newline at end of file