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 3e168be commit c4dae63Copy full SHA for c4dae63
gguf-py/gguf/constants.py
@@ -532,7 +532,7 @@ class MODEL_TENSOR(IntEnum):
532
MODEL_ARCH.QWEN2MOE: "qwen2moe",
533
MODEL_ARCH.QWEN2VL: "qwen2vl",
534
MODEL_ARCH.QWEN3: "qwen3",
535
- MODEL_ARCH.QWEN3MOE: "qwen3moe",
+ MODEL_ARCH.QWEN3MOE: "qwen3_moe",
536
MODEL_ARCH.PHI2: "phi2",
537
MODEL_ARCH.PHI3: "phi3",
538
MODEL_ARCH.PHIMOE: "phimoe",
0 commit comments