feat(gallery): consolidate 25 pending gallery PRs - #12124
Merged
Merged
Conversation
mudler
force-pushed
the
consolidate-gallery
branch
from
September 18, 2026 21:12
539c67a to
f0fe0ea
Compare
mudler-agent
enabled auto-merge (squash)
September 18, 2026 21:12
Consolidates all 25 pending gallery bot PRs into a single merge to resolve the conflict cascade — every PR branched from a different point in master and they all touch gallery/index.yaml, so merging them individually was blocked by constant conflicts. Changes: - gallery/index.yaml: +739 lines (new model entries and fixes) - docs/content/features/model-gallery.md: +116 lines (new model docs) - docs/content/features/audio-cpp.md: +12 lines (Sortformer checksum fix) Entry count: 1597 -> 1890 (293 new entries, no duplicates, YAML validated). Supersedes: #11986 #11992 #11994 #11996 #11999 #12002 #12017 #12019 #12021 #12025 #12027 #12029 #12032 #12036 #12037 #12038 #12041 #12042 #12043 #12047 #12050 #12064 #12065 #12066 #12118 Assisted-by: MAKI:regolo/glm5.2 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
mudler
force-pushed
the
consolidate-gallery
branch
from
September 18, 2026 21:24
f0fe0ea to
e22f26b
Compare
mudler
disabled auto-merge
September 18, 2026 21:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates all 25 pending gallery bot PRs into a single merge to resolve the conflict cascade — every PR branched from a different point in master and they all touch
gallery/index.yaml, so merging them individually was blocked by constant conflicts.What changed
gallery/index.yaml: +739 lines (new model entries and fixes)docs/content/features/model-gallery.md: +116 lines (new model docs)docs/content/features/audio-cpp.md: +12 lines (Sortformer checksum fix)Entry count: 1597 → 1890 (293 new entries, no duplicates, YAML validated).
Supersedes
How this was built
git mergeunionmerge driver for the remaining 16 PRs (keeps both sides of additive YAML/markdown conflicts)Assisted-by: MAKI:regolo/glm5.2