mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-19 23:43:46 +00:00
Feat: rwkv improvements: (#937)
This commit is contained in:
@ -44,4 +44,7 @@ type PredictionOptions struct {
|
||||
|
||||
// Diffusers
|
||||
ClipSkip int `json:"clip_skip" yaml:"clip_skip"`
|
||||
|
||||
// RWKV (?)
|
||||
Tokenizer string `json:"tokenizer" yaml:"tokenizer"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user