File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 7474 dist/*.tar.gz
7575 dist/*.whl
7676 prerelease : false
77+ name : " BMTrain v0.2.3"
7778 token : ${{ secrets.RELEASE_TOKEN }}
7879 tag_name : ${{ steps.create_release.outputs.tag }}
7980 env :
80- GITHUB_REPOSITORY : MayDomine /BMTrain
81+ GITHUB_REPOSITORY : OpenBMB /BMTrain
Original file line number Diff line number Diff line change 1- # BMTrain New Version Release v0.2.3
2- - easier to install (without torch dependency while compiling)
3- - compatible with torch 2.0
1+ ## What's Changed
2+ * Get rid of torch cpp extension when compiling @MayDomine @Achazwl in #115 #132
3+ * Github action CICD @MayDomine in #115
4+ * Now Loss scale can be managed more dynamic by min and max loss scale by @Achazwl #129
5+ * Fix `bmt.load(model)` OOM when meets torch >= 1.12 @MayDomine #115
6+ * `AdamOffloadOptimizer` can choose avx flag automatically in runtime @MayDomine #115
7+ * Now BMTrain is fully compatible with torch 2.0 @MayDomine #115
8+
9+ **Full Changelog**: https://github.com/OpenBMB/BMTrain/compare/0.2.2...0.2.3
10+
You can’t perform that action at this time.
0 commit comments