upgrade onnx to 1.13.0 to resolve security issue (#1793)
parent
7f30e42026
commit
bace0a20d8
|
@ -27,7 +27,7 @@ It supports FFI such as C, C++, Python, C#, Java and so on.
|
|||
|
||||
## Prerequisites
|
||||
|
||||
In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.5+.
|
||||
In order to do an end-to-end model deployment, MMDeploy requires Python 3.6+ and PyTorch 1.8+.
|
||||
|
||||
**Step 0.** Download and install Miniconda from the [official website](https://docs.conda.io/en/latest/miniconda.html).
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ matplotlib
|
|||
mmengine
|
||||
multiprocess
|
||||
numpy
|
||||
onnx>=1.8.0
|
||||
onnx>=1.13.0
|
||||
prettytable
|
||||
protobuf<=3.20.1
|
||||
protobuf<=3.20.2
|
||||
six
|
||||
terminaltables
|
||||
|
|
Loading…
Reference in New Issue