Skip to content

Commit

Permalink
Bump torch from 1.9.1 to 2.2.0 (#95)
Browse files Browse the repository at this point in the history
* Bump torch from 1.9.1 to 2.2.0

Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependencies

* Update dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Čuhel <[email protected]>
  • Loading branch information
dependabot[bot] and HonzaCuhel authored Aug 27, 2024
1 parent 5c1b712 commit 5e13c73
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-scripts": "5.0.0",
"react-scripts": "^5.0.0",
"reactstrap": "^9.0.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
Expand Down
22 changes: 10 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
sanic==21.12.1
# torch==1.10.2
# torchvision==0.11.3
torch==1.9.1
torchvision==0.10.1
torch>=2.2.0
torchvision>=0.10.1

onnx==1.10.1
onnx-simplifier==0.3.6
onnx>=1.16.0
onnx-simplifier>=0.3.6
openvino==2022.3.0
openvino-dev==2022.3.0
# openvino==2022.1.0
# openvino-dev==2022.1.0

# openvino==2021.4.2
# openvino-dev==2021.4.2
# blobconverter==1.2.9
blobconverter>=1.4.2
opencv-python>=4.1.2

Expand All @@ -26,7 +21,10 @@ tqdm>=4.41.0

IPython

tensorboard>=2.4.1
psutil>=6.0.0

tensorboard>=2.12.0
protobuf>=3.20.2

pandas>=1.1.4
seaborn>=0.11.0
Expand All @@ -35,9 +33,9 @@ sentry-sdk # logging

thop # FLOPs computation

sparseml==1.2.0
# sparseml>=1.8.0

websockets==10.4
openvino-dev[onnx]==2022.3.0
# openvino-dev[onnx]==2022.3.0
# openvino-dev[onnx]==2022.1.0
dill
2 changes: 1 addition & 1 deletion yolo/export_yolov5.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import torch.nn as nn
import onnx
from exporter import Exporter
import sparseml
# import sparseml


DIR_TMP = "./tmp"
Expand Down
12 changes: 6 additions & 6 deletions yolov6r1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sanic==21.12.1
torch==1.10.2
torch>=2.2.0

torchvision==0.11.3
torchvision>=0.11.3

onnx==1.11.0
onnx-simplifier==0.3.6
onnx>=1.16.0
onnx-simplifier>=0.3.6
# openvino==2022.1.0
# openvino-dev==2022.1.0
openvino==2022.3.0
Expand All @@ -26,10 +26,10 @@ pandas>=1.1.4
seaborn>=0.11.0

thop # FLOPs computation
protobuf==3.19.0
protobuf>=3.19.0

sentry-sdk # logging

websockets==10.4
# openvino-dev[onnx]==2022.1.0
openvino-dev[onnx]==2022.3.0
# openvino-dev[onnx]==2022.3.0
8 changes: 4 additions & 4 deletions yolov6r3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ torch>=2.2.0

torchvision>=0.11.3

onnx==1.11.0
onnx-simplifier==0.3.6
onnx>=1.16.0
onnx-simplifier>=0.3.6
# openvino==2022.1.0
# openvino-dev==2022.1.0
openvino==2022.3.0
Expand All @@ -26,11 +26,11 @@ pandas>=1.1.4
seaborn>=0.11.0

thop # FLOPs computation
protobuf==3.19.0
protobuf>=3.19.0

sentry-sdk # logging

websockets==10.4
# openvino-dev[onnx]==2022.1.0
openvino-dev[onnx]==2022.3.0
# openvino-dev[onnx]==2022.3.0
mmcv==1.5.0
12 changes: 6 additions & 6 deletions yolov7/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sanic==21.12.1
torch==1.10.2
torch>=2.2.0

torchvision==0.11.3
torchvision>=0.11.3

onnx==1.11.0
onnx-simplifier==0.3.6
onnx>=1.16.0
onnx-simplifier>=0.3.6
# openvino==2022.1.0
# openvino-dev==2022.1.0
openvino==2022.3.0
Expand All @@ -31,8 +31,8 @@ sentry-sdk # logging

thop # FLOPs computation

protobuf==3.19.0
protobuf>=3.19.0

websockets==10.4
# openvino-dev[onnx]==2022.1.0
openvino-dev[onnx]==2022.3.0
# openvino-dev[onnx]==2022.3.0

0 comments on commit 5e13c73

Please sign in to comment.