Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Bump torch from 1.12.0+cpu to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0+cpu to 1.13.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v1.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2022
1 parent 753ea40 commit c9f85e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SegFormer/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.7.1+cpu
torch==1.13.0
torchvision==0.8.2+cpu
mmcv-full==1.2.7
timm==0.3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.12.0+cpu
torch==1.13.0
torchvision==0.13.0+cpu
ray[serve]==2.0.0
fastapi==0.81.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.12.0+cu116
torch==1.13.0
torchvision==0.13.0+cu116
ray[serve]==2.0.0
fastapi==0.81.0
Expand Down

0 comments on commit c9f85e7

Please sign in to comment.