From 40c01bd210113b7901093dfad3f56faa314aa299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:33:29 +0000 Subject: [PATCH] Bump torch from 1.12.1+cu116 to 1.13.1 in /nvFuser Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1+cu116 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] --- nvFuser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvFuser/requirements.txt b/nvFuser/requirements.txt index 2213563..ad0fa60 100644 --- a/nvFuser/requirements.txt +++ b/nvFuser/requirements.txt @@ -1,4 +1,4 @@ transformers==4.21.2 diffusers==0.3.0 -torch==1.12.1+cu116 +torch==1.13.1 scipy \ No newline at end of file