feat(gallery): add Maple-Preview GGUF variants - #12173
Open
localai-org-maint-bot wants to merge 1 commit into
Open
localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
Offer four ternary builds through the existing llama.cpp backend. Use the publisher's CPU settings and embedded chat template. Pin downloads and verify SHA256 values against two HF metadata sources. Document installation and explicit variant selection. Assisted-by: Codex:gpt-6
This branch has not been deployed
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 Maple-Preview, DeepGrove's 20B reasoning model with about 1B active parameters, to the gallery. Offer four GGUF variants: TQ1_0 and TQ2_0, each with a Q4_K or F16 output head. The smallest build groups the other three through
variants.Use the publisher's CPU configuration, temperature 1.0, top-p 0.95, and embedded Jinja template. Set an 8K default context within the model's 128K native limit. Add installation and explicit variant examples to the gallery docs.
Notes for Reviewers
f5466f918e0c50cdb9d4d47a6f35813509a42a30.x-linked-etagheaders from revision-pinned downloads.e613ef2c81bae98d59850d061ac29e6e3e88cb00includes the Maple loader and graph. The inspected GGUF declaresgeneral.architecture=mapleand the loader's required sliding-window and expert metadata.go test ./core/gallery -count=1 -ginkgo.focus='gallery/index.yaml variant invariants'passes.go test ./core/gallery -count=1: 392 passed, 3 failed, 9 skipped. Unchanged master produces the same three failures fetching external GitHub/gist fixtures withForbiddenresponses.git diff --checkpasses. Model inference was not run.Signed commits
Assisted-byunder repository policy.