Add the supported pytorch versions in README (#1512)
parent
447d3bba2c
commit
2c4516c622
13
README.md
13
README.md
|
@ -19,10 +19,9 @@
|
|||
<div> </div>
|
||||
|
||||
[](https://pypi.org/project/mmengine/)
|
||||
[](#installation)
|
||||
[](https://pypi.org/project/mmengine)
|
||||
[](https://github.com/open-mmlab/mmengine/blob/main/LICENSE)
|
||||
[](https://github.com/open-mmlab/mmengine/issues)
|
||||
[](https://github.com/open-mmlab/mmengine/issues)
|
||||
|
||||
[Introduction](#introduction) |
|
||||
[Installation](#installation) |
|
||||
|
@ -97,6 +96,16 @@ MMEngine is a foundational library for training deep learning models based on Py
|
|||
|
||||
## Installation
|
||||
|
||||
<details>
|
||||
<summary>Supported PyTorch Versions</summary>
|
||||
|
||||
| MMEngine | PyTorch | Python |
|
||||
| ------------------ | ------------ | -------------- |
|
||||
| main | >=1.6 \<=2.1 | >=3.8, \<=3.11 |
|
||||
| >=0.9.0, \<=0.10.3 | >=1.6 \<=2.1 | >=3.8, \<=3.11 |
|
||||
|
||||
</details>
|
||||
|
||||
Before installing MMEngine, please ensure that PyTorch has been successfully installed following the [official guide](https://pytorch.org/get-started/locally/).
|
||||
|
||||
Install MMEngine
|
||||
|
|
|
@ -19,10 +19,9 @@
|
|||
<div> </div>
|
||||
|
||||
[](https://pypi.org/project/mmengine/)
|
||||
[](#安装)
|
||||
[](https://pypi.org/project/mmengine)
|
||||
[](https://github.com/open-mmlab/mmengine/blob/main/LICENSE)
|
||||
[](https://github.com/open-mmlab/mmengine/issues)
|
||||
[](https://github.com/open-mmlab/mmengine/issues)
|
||||
|
||||
[简介](#简介) |
|
||||
[安装](#安装) |
|
||||
|
@ -102,6 +101,16 @@ MMEngine 是一个基于 PyTorch 实现的,用于训练深度学习模型的
|
|||
|
||||
## 安装
|
||||
|
||||
<details>
|
||||
<summary>支持的 PyTorch 版本</summary>
|
||||
|
||||
| MMEngine | PyTorch | Python |
|
||||
| ------------------ | ------------ | -------------- |
|
||||
| main | >=1.6 \<=2.1 | >=3.8, \<=3.11 |
|
||||
| >=0.9.0, \<=0.10.3 | >=1.6 \<=2.1 | >=3.8, \<=3.11 |
|
||||
|
||||
</details>
|
||||
|
||||
在安装 MMEngine 之前,请确保 PyTorch 已成功安装在环境中,可以参考 [PyTorch 官方安装文档](https://pytorch.org/get-started/locally/)。
|
||||
|
||||
安装 MMEngine
|
||||
|
|
Loading…
Reference in New Issue