Update Muse Glimmer GGUF filenames to canonical names - #21853
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21853
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 361 PendingAs of commit e2ee85a with merge base 287ab8b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
|
This PR needs a
|
The Muse-Glimmer-30B-GGUF repo renamed its GGUF files to canonical Q4_K names. Update the CI export script, README, and export CLI help text to match. Pure rename, no logic changes.
b1ef259 to
e2ee85a
Compare
Summary
The
meta-models/Muse-Glimmer-30B-GGUFrepo standardized its GGUF filenames to canonical Q4_K names. The old-named files are being removed, so this updates ExecuTorch to reference the canonical names.Rename map
muse-glimmer-30B-kquant-17gb.ggufMuse-Glimmer-30B-KQuant-17GB-Q4_K_M.ggufmuse-glimmer-30B-kquant-dynamic.ggufMuse-Glimmer-30B-KQuant-Dynamic-Q4_K_XL.ggufdflash-kquant.ggufdflash-Muse-Glimmer-30B-Q4_K_M.ggufmmproj-kquant.ggufmmproj-Muse-Glimmer-30B-Q4_K_M.ggufFiles changed
.ci/scripts/export_model_artifact.sh— thehf_hub_downloadtarget/draft/mmproj filenames (thekquant-17gb/kquant-dynamicquant-mode CLI args are unchanged — only the downloaded.gguffilenames)examples/models/muse-glimmer/README.md— file table +findsnippetsexamples/models/muse-glimmer/export/export_solo.py—--gguf/--mmprojhelp text examplesexamples/models/muse-glimmer/export/export_dflash.py—--target-gguf/--draft-ggufhelp text examplesNotes
--include '*.gguf', so it already fetches the canonical files; no change needed there.