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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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