From 9ba362706c998902752caf31d99fe077ed7d4faa Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Tue, 29 Apr 2025 10:05:38 +0200 Subject: Add missing enum values for qwen3 and qwen3moe (#356) Co-authored-by: Iwan Kawrakow --- gguf-py/gguf/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 4f0681b4..d6feb9ea 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -198,6 +198,8 @@ class MODEL_ARCH(IntEnum): QWEN = auto() QWEN2 = auto() QWEN2MOE = auto() + QWEN3 = auto() + QWEN3MOE = auto() PHI2 = auto() PHI3 = auto() PLAMO = auto() -- cgit v1.2.3