mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
fix for mamba processing
This commit is contained in:
parent
ba950716a9
commit
47c42fd45c
4 changed files with 24 additions and 3 deletions
|
@ -55,6 +55,7 @@ enum GGUFArch
|
|||
ARCH_DEFAULT = 0, //used for llama and other generic gguf
|
||||
ARCH_FALCON = 1,
|
||||
ARCH_PHI = 2,
|
||||
ARCH_MAMBA = 3,
|
||||
};
|
||||
|
||||
struct FileFormatExtraMeta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue