Skip to content

Commit e8799fb

Browse files
committed
release yml update
1 parent 17ce41d commit e8799fb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
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

Release.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+

0 commit comments

Comments
 (0)