We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af6880 commit a3c1a0cCopy full SHA for a3c1a0c
src/llama-model.cpp
@@ -13227,7 +13227,6 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
13227
case LLM_ARCH_BAICHUAN:
13228
case LLM_ARCH_STARCODER:
13229
case LLM_ARCH_PLAMO:
13230
- case LLM_ARCH_ORION:
13231
case LLM_ARCH_INTERNLM2:
13232
case LLM_ARCH_MINICPM:
13233
case LLM_ARCH_XVERSE:
@@ -13272,6 +13271,7 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
13272
13271
case LLM_ARCH_OPENELM:
13273
case LLM_ARCH_GPTNEOX:
13274
case LLM_ARCH_CODESHELL:
+ case LLM_ARCH_ORION:
13275
case LLM_ARCH_NEMOTRON:
13276
case LLM_ARCH_EXAONE:
13277
case LLM_ARCH_MINICPM3:
0 commit comments