mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-25 13:04: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
|
@ -108,6 +108,9 @@ message ModelOptions {
|
|||
string CLIPModel = 31;
|
||||
string CLIPSubfolder = 32;
|
||||
int32 CLIPSkip = 33;
|
||||
|
||||
// RWKV
|
||||
string Tokenizer = 34;
|
||||
}
|
||||
|
||||
message Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue