-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|