release v1.2.1

This commit is contained in:
josc146 2023-06-09 21:16:37 +08:00
parent 510683c57e
commit c0ad99673b
2 changed files with 24 additions and 0 deletions

View File

@ -39,6 +39,8 @@ jobs:
needs: create-draft needs: create-draft
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: master
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20.5' go-version: '1.20.5'
@ -69,6 +71,8 @@ jobs:
needs: create-draft needs: create-draft
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: master
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20.5' go-version: '1.20.5'
@ -86,6 +90,8 @@ jobs:
needs: create-draft needs: create-draft
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: master
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.20.5' go-version: '1.20.5'
@ -102,4 +108,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ windows, linux, macos ] needs: [ windows, linux, macos ]
steps: steps:
- uses: actions/checkout@v3
- run: gh release edit ${{github.ref_name}} --draft=false - run: gh release edit ${{github.ref_name}} --draft=false

17
CURRENT_CHANGE.md Normal file
View File

@ -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