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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 208 additions and 150 deletions

View file

@ -108,6 +108,9 @@ message ModelOptions {
string CLIPModel = 31;
string CLIPSubfolder = 32;
int32 CLIPSkip = 33;
// RWKV
string Tokenizer = 34;
}
message Result {