mmengine-lite is a lightweight version of MMEngine, the core engine for OpenMMLab projects. It provides fundamental utilities for deep learning training (config, registry, runner) without heavy dependencies like torch. Current version: 0.10.7. Release cadence: irregular, with minor patches every few months.
pip install mmengine-liteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using Config to create a config object from a dict.
Install mmengine instead: pip install mmengine
Use from mmengine.config import Config instead of from mmengine import Config
Check the official docs to see which modules are available in the lite version.