fix for mamba processing

This commit is contained in:
Concedo 2024-03-13 13:27:46 +08:00
parent ba950716a9
commit 47c42fd45c
4 changed files with 24 additions and 3 deletions

View file

@ -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