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 c4d6705 commit 56adda7Copy full SHA for 56adda7
src/llama-model.cpp
@@ -18860,7 +18860,6 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
18860
case LLM_ARCH_ARCEE:
18861
case LLM_ARCH_ERNIE4_5:
18862
case LLM_ARCH_ERNIE4_5_MOE:
18863
- case LLM_ARCH_SEED_OSS:
18864
return LLAMA_ROPE_TYPE_NORM;
18865
18866
// the pairs of head values are offset by n_rot/2
@@ -18906,6 +18905,7 @@ llama_rope_type llama_model_rope_type(const llama_model * model) {
18906
18905
case LLM_ARCH_LFM2:
18907
case LLM_ARCH_SMALLTHINKER:
18908
case LLM_ARCH_GLM4_MOE:
+ case LLM_ARCH_SEED_OSS:
18909
return LLAMA_ROPE_TYPE_NEOX;
18910
18911
case LLM_ARCH_QWEN2VL:
0 commit comments