mmengine
Enrichment pendingOpenMMLab Foundational Library for Training Deep Learning Models
GraphCanon updated today · GitHub synced today
1.5k
Stars
451
Forks
260
Open issues
23
Watchers
2d
Last push
Python Apache-2.0Created Feb 8, 2022
Trust & integrity
Full report- Maintenance
- Very active (1d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
OpenMMLab Foundational Library for Training Deep Learning Models
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
| MMEngine | PyTorch | Python |Source link
Tags
README
Installation
Supported PyTorch Versions
| MMEngine | PyTorch | Python |
|---|---|---|
| main | >=1.6 <=2.1 | >=3.8, <=3.11 |
| >=0.9.0, <=0.10.4 | >=1.6 <=2.1 | >=3.8, <=3.11 |
Before installing MMEngine, please ensure that PyTorch has been successfully installed following the official guide.
Install MMEngine
pip install -U openmim
mim install mmengine
Verify the installation
python -c 'from mmengine.utils.dl_utils import collect_env;print(collect_env())'
License
This project is released under the Apache 2.0 license.