From e8799fb076284c7140d8f03e7d65dd6ff2b69f9a Mon Sep 17 00:00:00 2001 From: MayDomine <1583143678@qq.com> Date: Thu, 17 Aug 2023 15:43:12 +0800 Subject: [PATCH] release yml update --- .github/workflows/release.yml | 3 ++- Release.txt | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa715143..964d6c27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Release.txt b/Release.txt index 8597044f..d403b86a 100644 --- a/Release.txt +++ b/Release.txt @@ -1,3 +1,10 @@ -# BMTrain New Version Release v0.2.3 -- easier to install (without torch dependency while compiling) -- compatible with torch 2.0 \ No newline at end of file +## 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 +