Skip to content

Update Muse Glimmer GGUF filenames to canonical names - #21853

Merged
sid-rp merged 1 commit into
mainfrom
muse-glimmer-gguf-names
Aug 14, 2026
Merged

Update Muse Glimmer GGUF filenames to canonical names#21853
sid-rp merged 1 commit into
mainfrom
muse-glimmer-gguf-names

Conversation

@sid-rp

@sid-rp sid-rp commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

The meta-models/Muse-Glimmer-30B-GGUF repo 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

Old New
muse-glimmer-30B-kquant-17gb.gguf Muse-Glimmer-30B-KQuant-17GB-Q4_K_M.gguf
muse-glimmer-30B-kquant-dynamic.gguf Muse-Glimmer-30B-KQuant-Dynamic-Q4_K_XL.gguf
dflash-kquant.gguf dflash-Muse-Glimmer-30B-Q4_K_M.gguf
mmproj-kquant.gguf mmproj-Muse-Glimmer-30B-Q4_K_M.gguf

Files changed

  • .ci/scripts/export_model_artifact.sh — the hf_hub_download target/draft/mmproj filenames (the kquant-17gb / kquant-dynamic quant-mode CLI args are unchanged — only the downloaded .gguf filenames)
  • examples/models/muse-glimmer/README.md — file table + find snippets
  • examples/models/muse-glimmer/export/export_solo.py--gguf / --mmproj help text examples
  • examples/models/muse-glimmer/export/export_dflash.py--target-gguf / --draft-gguf help text examples

Notes

  • Pure string rename — no logic changes. All 4 new names verified to exist on the HF repo (case-sensitive exact match).
  • The README download step uses --include '*.gguf', so it already fetches the canonical files; no change needed there.

@pytorch-bot

pytorch-bot Bot commented Aug 14, 2026

Copy link
Copy Markdown

🔗 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 Pending

As of commit e2ee85a with merge base 287ab8b (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 14, 2026
@linux-foundation-easycla

linux-foundation-easycla Bot commented Aug 14, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: sid-rp / name: sid-rp (e2ee85a)

@github-actions

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

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.
@sid-rp
sid-rp merged commit ed65b12 into main Aug 14, 2026
429 of 434 checks passed
@sid-rp
sid-rp deleted the muse-glimmer-gguf-names branch August 14, 2026 22:12
@sid-rp
sid-rp deployed to upload-benchmark-results August 14, 2026 23:10 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants