From df6568d551d64bc9e821c899d8033b594c93ea3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:21:55 +0000 Subject: [PATCH] Bump torch from 1.10.1 to 1.13.1 in /huggingface Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.1 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.10.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- huggingface/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huggingface/requirements.txt b/huggingface/requirements.txt index 2cf6b97..f82b1b3 100644 --- a/huggingface/requirements.txt +++ b/huggingface/requirements.txt @@ -4,5 +4,5 @@ tqdm == 4.62.3 scikit-learn == 0.23.1 scipy == 1.5.0 tensorboard == 2.3.0 -torch == 1.10.1 +torch == 1.13.1 sentencepiece == 0.1.95