Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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