Skip to content

Commit 2dd8244

Browse files
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] <support@github.com>
1 parent 0224edc commit 2dd8244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"code-tokenize==0.2.0",
3131
"code-ast @ git+https://github.com/cedricrupb/code_ast@982940d04b1d721e5ac9a97d433f36d1fb47e8e0",
3232
"openai==1.3.3",
33-
"torch==1.12.0",
33+
"torch==1.13.1",
3434
"transformers==4.30.0",
3535
"tiktoken==0.3.3",
3636
"pygtrie==2.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ openai==1.3.3
1515
code-tokenize==0.2.0
1616
code-ast @ git+https://github.com/cedricrupb/code_ast@982940d04b1d721e5ac9a97d433f36d1fb47e8e0
1717
--extra-index-url https://download.pytorch.org/whl/cu113
18-
torch==1.12.0+cu113
18+
torch==1.13.1

0 commit comments

Comments
 (0)