Qwen MTP GGUF Release
Use this as a lightweight repository wrapper. The canonical implementation lives under qwen-mtp-gguf/.
Required Reading
Read these files before running or changing the workflow:
qwen-mtp-gguf/SKILL.mdqwen-mtp-gguf/README.md
Load the reference files inside qwen-mtp-gguf/references/ only when the task touches sizing, extraction, conversion, troubleshooting, or agent packaging.
Operating Rules
- Reuse
qwen-mtp-gguf/scripts/rather than copying conversion logic. - Run the canonical pipeline with
--preflight-onlybefore any conversion or model download. - Treat disk shortages, model-config mismatches, missing tools, and missing token access as blockers.
- Keep examples public-safe with placeholders for model IDs, local paths, output repos, and tokens.
- Keep Hugging Face upload disabled unless the user explicitly authorizes upload for that run.
- Keep cleanup disabled unless confirmed uploads are verified.
- Never publish or upload artifacts merely because GitHub sync was approved.
Canonical Flow
- Inspect requested target model, MTP source model, output mode, quant formats, and available machine resources.
- Run the canonical preflight command from
qwen-mtp-gguf/SKILL.md. - Review
preflight_report.mdand stop on hard blockers. - Run the full canonical pipeline only after the user accepts the launch plan and safety gates.
- Smoke-test outputs before any upload.
- Upload only when separately authorized, then clean up only after successful upload confirmation.