Skip to content

Commit cb06a3c

Browse files
authored
llama : orion rope type is neox (#13261)
1 parent 626083f commit cb06a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13226,7 +13226,6 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
1322613226
case LLM_ARCH_DECI:
1322713227
case LLM_ARCH_BAICHUAN:
1322813228
case LLM_ARCH_STARCODER:
13229-
case LLM_ARCH_ORION:
1323013229
case LLM_ARCH_INTERNLM2:
1323113230
case LLM_ARCH_MINICPM:
1323213231
case LLM_ARCH_XVERSE:
@@ -13272,6 +13271,7 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
1327213271
case LLM_ARCH_OPENELM:
1327313272
case LLM_ARCH_GPTNEOX:
1327413273
case LLM_ARCH_CODESHELL:
13274+
case LLM_ARCH_ORION:
1327513275
case LLM_ARCH_NEMOTRON:
1327613276
case LLM_ARCH_EXAONE:
1327713277
case LLM_ARCH_MINICPM3:

0 commit comments

Comments
 (0)