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.
2 parents a3c1a0c + 626083f commit e36ba78Copy full SHA for e36ba78
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_PLAMO:
13230
case LLM_ARCH_INTERNLM2:
13231
case LLM_ARCH_MINICPM:
13232
case LLM_ARCH_XVERSE:
@@ -13264,6 +13263,7 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
13264
13263
case LLM_ARCH_PHI2:
13265
case LLM_ARCH_PHI3:
13266
case LLM_ARCH_PHIMOE:
+ case LLM_ARCH_PLAMO:
13267
case LLM_ARCH_GEMMA:
13268
case LLM_ARCH_GEMMA2:
13269
case LLM_ARCH_GEMMA3:
0 commit comments