Recommend first-party Qwen/Gemma GGUF models#8
Merged
Vect0rM merged 1 commit intoJul 13, 2026
Merged
Conversation
Replace the mixed third-party recommended list with 6 first-party GGUF models from the AtomicChat HF org across light/mid/heavy tiers. Fixes the broken gemma4-e4b-it-GGUF id (rename-redirect) and drops mlx-community/unsloth entries. MLX quants tracked in ATO-288. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Rework the in-app Recommended models list to a curated set of first-party Qwen & Gemma GGUF models from our own
AtomicChat/*Hugging Face org, spanning three hardware tiers (light / mid / heavy).Why
The previous list mixed third-party repos (
mlx-community/*,unsloth/*) with a couple of first-party entries, and one entry (AtomicChat/gemma4-e4b-it-GGUF) only resolved via an HF rename-redirect — its id did not match the canonical repo name and would break if the redirect were ever dropped. This change:mlx-community),New list (6 entries, all GGUF, all platforms)
AtomicChat/Qwen3.5-4B-GGUFAtomicChat/gemma-4-E4B-it-GGUFAtomicChat/Qwen3.5-9B-GGUFAtomicChat/gemma-4-12b-it-GGUFAtomicChat/qwen36-27b-GGUFAtomicChat/gemma-4-31B-it-GGUFWhat was removed
AtomicChat/gemma4-e4b-it-GGUF(replaced by the canonicalAtomicChat/gemma-4-E4B-it-GGUF).mlx-community/*MLX entries and theunsloth/Llama-3.2-3B-Instruct-GGUFfinetuning entry.Laguna-XS-2.1/qwen3-coder-30b-a3bcoding entries.Intentional trade-offs (follow-ups)
mlx-community/*, MLX is deferred: the 6 MLX-4bit quants are tracked in ATO-288 and will be added back in a follow-up PR (description_key: "hub:recForMlx",platforms: ["macos"]) once published underAtomicChat/*.Verification
model_nameids return HTTP 200 on the HF API with no canonical-name redirect (exact case-sensitive match), and each repo contains.gguffiles.recommended.jsonvalidates againstmodels/schema.json(ajv draft-07 + per-entry manual check): required keys present, everydescription_keymatches^hub:and reuses the existinghub:recEverydayUselocale key, no stray properties,updated_atis valid ISO-8601.🤖 Generated with Claude Code