release v1.2.1
This commit is contained in:
parent
510683c57e
commit
c0ad99673b
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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
|
||||
|
17
CURRENT_CHANGE.md
Normal file
17
CURRENT_CHANGE.md
Normal 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
|
Loading…
Reference in New Issue
Block a user