Skip to content

Commit

Permalink
Update Release document
Browse files Browse the repository at this point in the history
  • Loading branch information
MayDomine committed Feb 26, 2024
1 parent 5713d76 commit f421a36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

publish:
needs: build
needs: build-archive-wheel
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
15 changes: 7 additions & 8 deletions Release.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## What's Changed
* Get rid of torch cpp extension when compiling @MayDomine @Achazwl in #115 #132
* Github action CICD @MayDomine in #115
* Now Loss scale can be managed more dynamic by min and max loss scale by @Achazwl #129
* Fix `bmt.load(model)` OOM when meets torch >= 1.12 @MayDomine #115
* `AdamOffloadOptimizer` can choose avx flag automatically in runtime @MayDomine #115
* Now BMTrain is fully compatible with torch 2.0 @MayDomine #115

**Full Changelog**: https://github.com/OpenBMB/BMTrain/compare/0.2.2...0.2.3
* Using pytorch's hook mechanism to refactor ZeRO, checkpoint, pipeline, communication implementation by @zkh2016 in #128 #159
* Add Bf16 support by @Achazwl in #136
* Tensor parallel implementation by @Achazwl @zkh2016 @MayDomine in #153
* Async save state_dict by @zhk2016 in #171
* `AdamOffloadOptimizer` can save whole gathered state by @MayDomine in #184
* New test for new version's bmtrain by @Achazwl @JerryYin777 @MayDomine
**Full Changelog**: https://github.com/OpenBMB/BMTrain/compare/0.2.3...1.0.0

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def build_extension(self, ext):
]
setup(
name='bmtrain',
version='0.2.3.post2',
version='1.0.0',
author="Guoyang Zeng",
author_email="qbjooo@qq.com",
description="A toolkit for training big models",
Expand Down

0 comments on commit f421a36

Please sign in to comment.