docs(project): highlight version (#1871)

pull/1887/head
tpoisonooo 2023-03-13 10:23:52 +08:00 committed by GitHub
parent 12a130262f
commit 48291f01c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,15 @@
English | [简体中文](README_zh-CN.md)
## Highlights
The new v1.x version has been released, which is adapted to the preview version of upstream codebase, please **align the version** when using it.
| mmdeploy | mmengine | mmcv | mmdet | others |
| :------: | :------: | :----: | :----: | :----: |
| 0.x | - | \<=1.x | \<=2.x | 0.x |
| 1.x | 0.x | 2.x | 3.x | 1.x |
## Introduction
MMDeploy is an open-source deep learning model deployment toolset. It is a part of the [OpenMMLab](https://openmmlab.com/) project.

View File

@ -28,6 +28,15 @@
[English](README.md) | 简体中文
## 1.x 预览版本
全新的 v1.x 版本已发布,针对上游算法预览版做适配,使用时务必**对齐版本**。
| mmdeploy | mmengine | mmcv | mmdet | others |
| :------: | :------: | :----: | :----: | :----: |
| 0.x | - | \<=1.x | \<=2.x | 0.x |
| 1.x | 0.x | 2.x | 3.x | 1.x |
## 介绍
MMDeploy 是 [OpenMMLab](https://openmmlab.com/) 模型部署工具箱,**为各算法库提供统一的部署体验**。基于 MMDeploy开发者可以轻松从训练 repo 生成指定硬件所需 SDK省去大量适配时间。