llama : add support for the cohere2 model architecture (#10900)
This commit is contained in:
parent
78c6785175
commit
46be942214
6 changed files with 221 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue