From 2dd824470a32415686d756a4f31a695ef3fc5cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:41:06 +0000 Subject: [PATCH] Bump torch from 1.12.0+cu113 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0+cu113 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f53f57..d416cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "code-tokenize==0.2.0", "code-ast @ git+https://github.com/cedricrupb/code_ast@982940d04b1d721e5ac9a97d433f36d1fb47e8e0", "openai==1.3.3", - "torch==1.12.0", + "torch==1.13.1", "transformers==4.30.0", "tiktoken==0.3.3", "pygtrie==2.5.0" diff --git a/requirements.txt b/requirements.txt index c5cc3c2..77b8bd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ openai==1.3.3 code-tokenize==0.2.0 code-ast @ git+https://github.com/cedricrupb/code_ast@982940d04b1d721e5ac9a97d433f36d1fb47e8e0 --extra-index-url https://download.pytorch.org/whl/cu113 -torch==1.12.0+cu113 \ No newline at end of file +torch==1.13.1 \ No newline at end of file