feat(gallery): add MiniCPM5 1B Q8 variant - #11561
Open
localai-org-maint-bot wants to merge 1 commit into
Open
Conversation
The official GGUF repository publishes both Q4_K_M and Q8_0 builds, but the gallery only exposed Q4_K_M. Link the higher-quality Q8_0 build so capable hosts can select it automatically. Assisted-by: Codex:gpt-5
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.
Description
Add the official MiniCPM5-1B Q8_0 GGUF as a complete gallery entry and link it from the existing Q4_K_M entry. This lets variant selection choose the higher-quality build on hosts where it fits while preserving the smaller Q4 fallback.
The SHA256 matches both the Hugging Face LFS object ID and the
x-linked-etagresponse header.Verification
git diff --checkgo test ./core/gallerycould not run in the fresh worktree because generated gRPC sources are absent.make protogen-gocould not download protoc through the environment proxy (HTTP 403); an older generated-source cache is incompatible with current master.Notes for Reviewers
No runtime or documentation behavior changes; this only completes the existing MiniCPM5-1B gallery variants.
Signed commits