From 7aff07bd5ae6925bc365fa93e3e177639348cc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:39:32 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 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/compare/v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../convert_openvino/convert_resnet34/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt b/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt index 662c48d20..1eaebe693 100644 --- a/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt +++ b/deploying_service/deploying_pytorch/convert_openvino/convert_resnet34/requirements.txt @@ -1,4 +1,4 @@ -torch==1.11.0 +torch==1.13.1 torchvision==0.12.0 onnx==1.13.0 onnxruntime==1.8.0