llama : add support for the cohere2 model architecture (#10900)

This commit is contained in:
DAN™
2025-01-04 09:33:31 -05:00
committed by GitHub
parent 78c6785175
commit 46be942214
6 changed files with 221 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ enum llm_arch {
LLM_ARCH_MAMBA,
LLM_ARCH_XVERSE,
LLM_ARCH_COMMAND_R,
LLM_ARCH_COHERE2,
LLM_ARCH_DBRX,
LLM_ARCH_OLMO,
LLM_ARCH_OLMO2,