mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 19:44:59 +00:00
Feat: rwkv improvements: (#937)
This commit is contained in:
parent
0d6165e481
commit
901f0709c5
7 changed files with 208 additions and 150 deletions
|
@ -44,4 +44,7 @@ type PredictionOptions struct {
|
|||
|
||||
// Diffusers
|
||||
ClipSkip int `json:"clip_skip" yaml:"clip_skip"`
|
||||
|
||||
// RWKV (?)
|
||||
Tokenizer string `json:"tokenizer" yaml:"tokenizer"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue