diff --git a/README.md b/README.md index db5e1adea..757f10ea0 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,6 @@ Currently, MMagic support multiple image and video generation/editing tasks. https://user-images.githubusercontent.com/49083766/233564593-7d3d48ed-e843-4432-b610-35e3d257765c.mp4 -The best practice on our main branch works with **Python 3.8+** and **PyTorch 1.10+**. - ### ✨ Major features - **State of the Art Models** @@ -156,6 +154,10 @@ The best practice on our main branch works with **Python 3.8+** and **PyTorch 1. By using MMEngine and MMCV of OpenMMLab 2.0 framework, MMagic decompose the editing framework into different modules and one can easily construct a customized editor framework by combining different modules. We can define the training process just like playing with Legos and provide rich components and strategies. In MMagic, you can complete controls on the training process with different levels of APIs. With the support of [MMSeparateDistributedDataParallel](https://github.com/open-mmlab/mmengine/blob/main/mmengine/model/wrappers/seperate_distributed.py), distributed training for dynamic architectures can be easily implemented. +### ✨ Best Practice + +- The best practice on our main branch works with **Python 3.9+** and **PyTorch 2.0+**. +

🔝Back to Table of Contents

## 🙌 Contributing diff --git a/README_zh-CN.md b/README_zh-CN.md index f5c947f21..4e1411129 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -138,8 +138,6 @@ MMagic 是基于 PyTorch 的图像&视频编辑和生成开源工具箱。是 [O https://user-images.githubusercontent.com/49083766/233564593-7d3d48ed-e843-4432-b610-35e3d257765c.mp4 -主分支代码的最佳实践基于 **Python 3.8+** 和 **PyTorch 1.10+** 。 - ### ✨ 主要特性 - **SOTA 算法** @@ -154,6 +152,10 @@ https://user-images.githubusercontent.com/49083766/233564593-7d3d48ed-e843-4432- 通过 OpenMMLab 2.0 框架的 MMEngine 和 MMCV, MMagic 将编辑框架分解为不同的组件,并且可以通过组合不同的模块轻松地构建自定义的编辑器模型。我们可以像搭建“乐高”一样定义训练流程,提供丰富的组件和策略。在 MMagic 中,你可以使用不同的 APIs 完全控制训练流程。得益于 [MMSeparateDistributedDataParallel](https://github.com/open-mmlab/mmengine/blob/main/mmengine/model/wrappers/seperate_distributed.py), 动态模型结构的分布式训练可以轻松实现。 +### ✨ 最佳实践 + +主分支代码的最佳实践基于 **Python 3.8+** 和 **PyTorch 1.10+** 。 +

🔝返回目录

## 🙌 参与贡献