From 280e71fcfb20dc0a710bbf86bdf9970af1bf001c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 05:20:23 +0000 Subject: [PATCH] Bump torch in /test/apis/realtime/text-generator/app 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/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] --- test/apis/realtime/text-generator/app/requirements-cpu.txt | 2 +- test/apis/realtime/text-generator/app/requirements-gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apis/realtime/text-generator/app/requirements-cpu.txt b/test/apis/realtime/text-generator/app/requirements-cpu.txt index 91ec4ae257..472d61b123 100644 --- a/test/apis/realtime/text-generator/app/requirements-cpu.txt +++ b/test/apis/realtime/text-generator/app/requirements-cpu.txt @@ -2,4 +2,4 @@ uvicorn[standard] fastapi transformers==3.0.* -f https://download.pytorch.org/whl/torch_stable.html -torch==1.7.1+cpu +torch==1.13.1 diff --git a/test/apis/realtime/text-generator/app/requirements-gpu.txt b/test/apis/realtime/text-generator/app/requirements-gpu.txt index 9ad41ccd52..dfe5a10e5c 100644 --- a/test/apis/realtime/text-generator/app/requirements-gpu.txt +++ b/test/apis/realtime/text-generator/app/requirements-gpu.txt @@ -2,4 +2,4 @@ uvicorn[standard]==0.16.0 sentencepiece==0.1.94 fastapi transformers==3.0.* -torch==1.10.2 +torch==1.13.1