Conversation
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the supported Gemma model from version 2 (2B parameters) to version 3 (4B parameters) across all documentation and configuration files. It also adds some cosmetic improvements like emojis for certain models and fixes table formatting.
- Replaces Gemma 2 with Gemma 3 in main model tables
- Updates model parsing scripts to include the new model identifier
- Adds new Gemma 3 configuration file and removes old Gemma 2 config
- Updates CI/CD workflows to build Gemma 3 instead of Gemma 2
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
website/docs/premade-models.md |
Updates main model tables to replace Gemma 2 with Gemma 3, adds Gemma 2 to legacy section, fixes table formatting |
scripts/parse-models.sh |
Updates model list to include gemma-3-4b-instruct instead of gemma-2-2b-instruct |
models/gemma-3-4b-instruct.yaml |
Adds new configuration file for Gemma 3 model with proper GGUF source and template settings |
models/gemma-2-2b-instruct.yaml |
Removes old Gemma 2 configuration file |
README.md |
Updates README model tables to reflect Gemma 3 replacement |
.github/workflows/update-models.yaml |
Updates CI workflow default models list to build Gemma 3 instead of Gemma 2 |
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.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when the PR gets merged):Fixes #
Special notes for your reviewer: