onboard google/gemma-4-12b as a verified Gemma 4 VLM - #274
Open
35Upesh wants to merge 3 commits into
Open
Conversation
Signed-off-by: 35Upesh <35upesh@gmail.com>
Contributor
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
Enable
google/gemma-4-12b(base) through the existinghf_gemma4_mmadapter, document its support, and promote bothgemma4_baseandgemma4_mmfrom non-blocking (xfail) to CI-gating after successful validation.Files Changed
hf_adapters/hf_gemma4_mm.py– Documented support for both base and instruct Gemma 4 checkpoints.tests/model_registry.py– Clarified base model routing, renamed display name, and removed non-blocking (xfail) status.ARCHITECTURE.md– AddedGemma 4 12B Baseto verified checkpoints and updated validation results.Test Results
google/gemma-4-12b: All adapter, load, smoke, and token comparison tests passed (5/5 top-1).google/gemma-4-12B-it: VLM validation passed (5/5 top-1, cosine ≥ 0.998, byte-identical caption).