mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
bump version to v0.8.1 (#1237)
This commit is contained in:
parent
8d4bac2616
commit
b2295a258c
@ -1,5 +1,19 @@
|
||||
# Changelog of v0.x
|
||||
|
||||
## v0.8.1 (07/05/2023)
|
||||
|
||||
### New Features & Enhancements
|
||||
|
||||
- Accelerate `Config.dump` and support converting Lazyxxx to string in `ConfigDict.to_dict`by [@HAOCHENYE](https://github.com/HAOCHENYE) in https://github.com/open-mmlab/mmengine/pull/1232
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- FSDP should call `_get_ignored_modules` by [@HAOCHENYE](https://github.com/HAOCHENYE) in https://github.com/open-mmlab/mmengine/pull/1235
|
||||
|
||||
### Docs
|
||||
|
||||
- Add a document to introduce how to train a large model by [@zhouzaida](https://github.com/zhouzaida) in https://github.com/open-mmlab/mmengine/pull/1228
|
||||
|
||||
## v0.8.0 (06/30/2023)
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright (c) OpenMMLab. All rights reserved.
|
||||
|
||||
__version__ = '0.8.0'
|
||||
__version__ = '0.8.1'
|
||||
|
||||
|
||||
def parse_version_info(version_str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user