Skip to content

Commit

Permalink
release yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
MayDomine committed Aug 17, 2023
1 parent 17ce41d commit e8799fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
dist/*.tar.gz
dist/*.whl
prerelease: false
name: "BMTrain v0.2.3"
token: ${{ secrets.RELEASE_TOKEN }}
tag_name: ${{ steps.create_release.outputs.tag }}
env:
GITHUB_REPOSITORY: MayDomine/BMTrain
GITHUB_REPOSITORY: OpenBMB/BMTrain
13 changes: 10 additions & 3 deletions Release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# BMTrain New Version Release v0.2.3
- easier to install (without torch dependency while compiling)
- compatible with torch 2.0
## 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

0 comments on commit e8799fb

Please sign in to comment.