release v1.4.0
This commit is contained in:
parent
0f16a0dd1b
commit
dfae1d9645
@ -1,8 +1,17 @@
|
|||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
- fix always show `Convert Failed` when converting model
|
- add Composition Page (RWKV-Music)
|
||||||
- fix input with array type (#96, #107)
|
- improve RunButton prompt
|
||||||
- change chinese translation of `completion`
|
- support for `stop` array api params
|
||||||
|
- improve embeddings API results
|
||||||
|
- improve python backend startup speed
|
||||||
|
- add support for MIDI RWKV
|
||||||
|
- add midi api
|
||||||
|
- add CPU-120M-Music config
|
||||||
|
- improve sse fetch
|
||||||
|
- update manifest (a lot of new models)
|
||||||
|
- update presets
|
||||||
|
- remove LoraFinetunePrecision fp32
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
@ -1107,6 +1107,24 @@ export const defaultModelConfigs: ModelConfig[] = [
|
|||||||
useCustomCuda: true
|
useCustomCuda: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'CPU-120M-Music',
|
||||||
|
apiParameters: {
|
||||||
|
apiPort: 8000,
|
||||||
|
maxResponseToken: 4100,
|
||||||
|
temperature: 1.0,
|
||||||
|
topP: 0.3,
|
||||||
|
presencePenalty: 0,
|
||||||
|
frequencyPenalty: 1
|
||||||
|
},
|
||||||
|
modelParameters: {
|
||||||
|
modelName: 'RWKV-4-MIDI-120M-v1-20230714-ctx4096.pth',
|
||||||
|
device: 'CPU',
|
||||||
|
precision: 'fp32',
|
||||||
|
storedLayers: 41,
|
||||||
|
maxStoredLayers: 41
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'CPU-6G-1B5-World',
|
name: 'CPU-6G-1B5-World',
|
||||||
apiParameters: {
|
apiParameters: {
|
||||||
|
Loading…
Reference in New Issue
Block a user