Skip to content

Commit f571fc3

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] <[email protected]>
1 parent 737904a commit f571fc3

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"pydantic==1.10.5",
3030
"code-tokenize==0.2.0",
3131
"openai==1.3.3",
32-
"torch==1.12.0",
32+
"torch==1.13.1",
3333
"transformers==4.30.0",
3434
"tiktoken==0.3.3",
3535
"pygtrie==2.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pygtrie==2.5.0
1414
openai==1.3.3
1515
code-tokenize==0.2.0
1616
--extra-index-url https://download.pytorch.org/whl/cu113
17-
torch==1.12.0+cu113
17+
torch==1.13.1

0 commit comments

Comments
 (0)