10000
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 626083f commit cb06a3cCopy full SHA for cb06a3c
src/llama-model.cpp
@@ -13226,7 +13226,6 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
13226
case LLM_ARCH_DECI:
13227
case LLM_ARCH_BAICHUAN:
13228
case LLM_ARCH_STARCODER:
13229
- case LLM_ARCH_ORION:
13230
case LLM_ARCH_INTERNLM2:
13231
case LLM_ARCH_MINICPM:
13232
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