Skip to content

Commit

Permalink
Bump torch from 1.12.0+cu113 to 1.13.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 737904a commit f571fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"pydantic==1.10.5",
"code-tokenize==0.2.0",
"openai==1.3.3",
"torch==1.12.0",
"torch==1.13.1",
"transformers==4.30.0",
"tiktoken==0.3.3",
"pygtrie==2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pygtrie==2.5.0
openai==1.3.3
code-tokenize==0.2.0
--extra-index-url https://download.pytorch.org/whl/cu113
torch==1.12.0+cu113
torch==1.13.1

0 comments on commit f571fc3

Please sign in to comment.