Feat: rwkv improvements: (#937)

This commit is contained in:
Dave
2023-08-22 12:48:06 -04:00
committed by GitHub
parent 0d6165e481
commit 901f0709c5
7 changed files with 208 additions and 150 deletions

View File

@ -44,4 +44,7 @@ type PredictionOptions struct {
// Diffusers
ClipSkip int `json:"clip_skip" yaml:"clip_skip"`
// RWKV (?)
Tokenizer string `json:"tokenizer" yaml:"tokenizer"`
}