Skip to content

Commit 626083f

Browse files
authored
llama : plamo rope type is neox (ggml-org#13260)
1 parent 2af6880 commit 626083f

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_PLAMO:
1323013229
case LLM_ARCH_ORION:
1323113230
case LLM_ARCH_INTERNLM2:
1323213231
case LLM_ARCH_MINICPM:
@@ -13265,6 +13264,7 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
1326513264
case LLM_ARCH_PHI2:
1326613265
case LLM_ARCH_PHI3:
1326713266
case LLM_ARCH_PHIMOE:
13267+
case LLM_ARCH_PLAMO:
1326813268
case LLM_ARCH_GEMMA:
1326913269
case LLM_ARCH_GEMMA2:
1327013270
case LLM_ARCH_GEMMA3:

0 commit comments

Comments
 (0)