From c0ad99673bd9f65c9d35544fc14cc57fe60e9050 Mon Sep 17 00:00:00 2001 From: josc146 Date: Fri, 9 Jun 2023 21:16:37 +0800 Subject: [PATCH] release v1.2.1 --- .github/workflows/release.yml | 7 +++++++ CURRENT_CHANGE.md | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 CURRENT_CHANGE.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2df806a..7dd145f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,8 @@ jobs: needs: create-draft steps: - uses: actions/checkout@v3 + with: + ref: master - uses: actions/setup-go@v4 with: go-version: '1.20.5' @@ -69,6 +71,8 @@ jobs: needs: create-draft steps: - uses: actions/checkout@v3 + with: + ref: master - uses: actions/setup-go@v4 with: go-version: '1.20.5' @@ -86,6 +90,8 @@ jobs: needs: create-draft steps: - uses: actions/checkout@v3 + with: + ref: master - uses: actions/setup-go@v4 with: go-version: '1.20.5' @@ -102,4 +108,5 @@ jobs: runs-on: ubuntu-latest needs: [ windows, linux, macos ] steps: + - uses: actions/checkout@v3 - run: gh release edit ${{github.ref_name}} --draft=false diff --git a/CURRENT_CHANGE.md b/CURRENT_CHANGE.md new file mode 100644 index 0000000..16fc4b0 --- /dev/null +++ b/CURRENT_CHANGE.md @@ -0,0 +1,17 @@ +## Changes + +- CI/CD pipeline +- update InstallPyDep for better macOS support +- improve update process for macOS and Linux +- add server deploy examples for windows and linux +- organize the structure of manifest.json +- add logs for state cache and switch-model +- fix UnboundLocalError: local variable 'response' referenced before assignment +- remove `enableHighPrecisionForLastLayer` + +## Install + +- Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt +- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt +- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt +- Server-Deploy-Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples \ No newline at end of file