mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
feat: 🐍 add mamba support (#1589)
feat(mamba): Initial import This is a first iteration of the mamba backend, loosely based on mamba-chat(https://github.com/havenhq/mamba-chat).
This commit is contained in:
parent
52c9a7f45d
commit
9e653d6abe
13 changed files with 762 additions and 3 deletions
|
@ -112,7 +112,6 @@ message ModelOptions {
|
|||
int32 CLIPSkip = 33;
|
||||
string ControlNet = 48;
|
||||
|
||||
// RWKV
|
||||
string Tokenizer = 34;
|
||||
|
||||
// LLM (llama.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue