Skip to content

Commit a3c1a0c

Browse files
authored
orion rope type is neox
1 parent 2af6880 commit a3c1a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13227,7 +13227,6 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
1322713227
case LLM_ARCH_BAICHUAN:
1322813228
case LLM_ARCH_STARCODER:
1322913229
case LLM_ARCH_PLAMO:
13230-
case LLM_ARCH_ORION:
1323113230
case LLM_ARCH_INTERNLM2:
1323213231
case LLM_ARCH_MINICPM:
1323313232
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)