convert : register Qwen3Model architecture (#20967)

This commit is contained in:
Dowon
2026-03-25 17:37:59 +09:00
committed by GitHub
parent abd86ef175
commit 3a60d06ad9
+1 -1
View File
@@ -4572,7 +4572,7 @@ class Qwen2MoeModel(TextModel):
raise ValueError(f"Unprocessed experts: {experts}")
@ModelBase.register("Qwen3ForCausalLM")
@ModelBase.register("Qwen3ForCausalLM", "Qwen3Model")
class Qwen3Model(Qwen2Model):
model_arch = gguf.MODEL_ARCH.QWEN3