iAdding support for dense Qwen-3.5 models (#1326)

This commit is contained in:
Kawrakow
2026-02-26 08:51:01 +01:00
committed by GitHub
parent 2616efa296
commit 0aa6f7e7cd
9 changed files with 263 additions and 1 deletions

View File

@@ -5358,6 +5358,7 @@ enum llama_rope_type llama_rope_type(const struct llama_model * model) {
case LLM_ARCH_QWEN3VL:
case LLM_ARCH_QWEN3VLMOE:
case LLM_ARCH_QWEN35MOE:
case LLM_ARCH_QWEN35:
return LLAMA_ROPE_TYPE_IMROPE;
// all model arches should be listed explicitly here