feat(gallery): add Granite 4.2 variants - #11779
Merged
Merged
Conversation
Add the 3B, 8B, and 30B safetensors checkpoints as one vLLM variant family so LocalAI can select the largest build that fits. Configure the parsers and sampling defaults recommended for Granite reasoning and tool calls. 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 IBM Granite 4.2 3B, 8B, and 30B safetensors checkpoints as a vLLM variant family. The 3B entry is the installable fallback, while compatible hosts can select the larger 8B or 30B entry.
Configure the 128K context, Granite reasoning parser, Qwen3-Coder tool parser, and IBM-recommended sampling defaults.
Notes for Reviewers
go test ./core/gallery -ginkgo.focus="gallery/index.yaml variant invariants"passes.go test ./core/galleryrun reached 383 passing specs; three unrelated network-dependent specs failed becauseraw.githubusercontent.comreturned HTTP 403.Signed commits