File tree 2 files changed +22
-4
lines changed
2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 19
19
<div >  ; </div >
20
20
21
21
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mmengine )] ( https://pypi.org/project/mmengine/ )
22
+ [ ![ pytorch] ( https://img.shields.io/badge/pytorch-1.6~2.1-yellow )] ( #installation )
22
23
[ ![ PyPI] ( https://img.shields.io/pypi/v/mmengine )] ( https://pypi.org/project/mmengine )
23
24
[ ![ license] ( https://img.shields.io/github/license/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/blob/main/LICENSE )
24
- [ ![ open issues] ( https://isitmaintained.com/badge/open/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/issues )
25
- [ ![ issue resolution] ( https://isitmaintained.com/badge/resolution/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/issues )
26
25
27
26
[ Introduction] ( #introduction ) |
28
27
[ Installation] ( #installation ) |
@@ -97,6 +96,16 @@ MMEngine is a foundational library for training deep learning models based on Py
97
96
98
97
## Installation
99
98
99
+ <details >
100
+ <summary >Supported PyTorch Versions</summary >
101
+
102
+ | MMEngine | PyTorch | Python |
103
+ | ------------------ | ------------ | -------------- |
104
+ | main | >=1.6 \< =2.1 | >=3.8, \< =3.11 |
105
+ | >=0.9.0, \< =0.10.3 | >=1.6 \< =2.1 | >=3.8, \< =3.11 |
106
+
107
+ </details >
108
+
100
109
Before installing MMEngine, please ensure that PyTorch has been successfully installed following the [ official guide] ( https://pytorch.org/get-started/locally/ ) .
101
110
102
111
Install MMEngine
Original file line number Diff line number Diff line change 19
19
<div >  ; </div >
20
20
21
21
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mmengine )] ( https://pypi.org/project/mmengine/ )
22
+ [ ![ pytorch] ( https://img.shields.io/badge/pytorch-1.6~2.1-yellow )] ( #安装 )
22
23
[ ![ PyPI] ( https://img.shields.io/pypi/v/mmengine )] ( https://pypi.org/project/mmengine )
23
24
[ ![ license] ( https://img.shields.io/github/license/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/blob/main/LICENSE )
24
- [ ![ open issues] ( https://isitmaintained.com/badge/open/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/issues )
25
- [ ![ issue resolution] ( https://isitmaintained.com/badge/resolution/open-mmlab/mmengine.svg )] ( https://github.com/open-mmlab/mmengine/issues )
26
25
27
26
[ 简介] ( #简介 ) |
28
27
[ 安装] ( #安装 ) |
@@ -102,6 +101,16 @@ MMEngine 是一个基于 PyTorch 实现的,用于训练深度学习模型的
102
101
103
102
## 安装
104
103
104
+ <details >
105
+ <summary >支持的 PyTorch 版本</summary >
106
+
107
+ | MMEngine | PyTorch | Python |
108
+ | ------------------ | ------------ | -------------- |
109
+ | main | >=1.6 \< =2.1 | >=3.8, \< =3.11 |
110
+ | >=0.9.0, \< =0.10.3 | >=1.6 \< =2.1 | >=3.8, \< =3.11 |
111
+
112
+ </details >
113
+
105
114
在安装 MMEngine 之前,请确保 PyTorch 已成功安装在环境中,可以参考 [ PyTorch 官方安装文档] ( https://pytorch.org/get-started/locally/ ) 。
106
115
107
116
安装 MMEngine
You can’t perform that action at this time.
0 commit comments