From ed8da1f23eacc39113040fe54b505c6fdf2697df Mon Sep 17 00:00:00 2001 From: Daniel Yurkin Date: Mon, 13 Jul 2026 15:48:37 +0300 Subject: [PATCH] Recommend first-party Qwen/Gemma GGUF models 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 --- models/recommended.json | 64 +++++------------------------------------ 1 file changed, 7 insertions(+), 57 deletions(-) diff --git a/models/recommended.json b/models/recommended.json index 45ab3f2..e21eeda 100644 --- a/models/recommended.json +++ b/models/recommended.json @@ -1,63 +1,13 @@ { "$schema": "./schema.json", "schema_version": 1, - "updated_at": "2026-07-02T18:36:00Z", + "updated_at": "2026-07-13T12:45:09Z", "recommendations": [ - { - "model_name": "AtomicChat/gemma4-e4b-it-GGUF", - "description_key": "hub:recEverydayUse" - }, - { - "model_name": "AtomicChat/Laguna-XS-2.1-GGUF", - "description_key": "hub:recCoding" - }, - { - "model_name": "AtomicChat/Qwen3.5-4B-GGUF", - "description_key": "hub:recEverydayUse" - }, - { - "model_name": "AtomicChat/qwen3-coder-30b-a3b-GGUF", - "description_key": "hub:recCoding" - }, - { - "model_name": "mlx-community/Qwen3.5-4B-MLX-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "mlx-community/Qwen3.5-9B-MLX-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "mlx-community/gemma-4-e2b-it-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "mlx-community/gemma-4-e4b-it-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "mlx-community/gemma-4-26b-a4b-it-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "mlx-community/gemma-4-31b-it-4bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "AtomicChat/Laguna-XS-2.1-MLX-8bit", - "description_key": "hub:recForMlx", - "platforms": ["macos"] - }, - { - "model_name": "unsloth/Llama-3.2-3B-Instruct-GGUF", - "description_key": "hub:recFinetuningChat", - "platforms": ["windows", "linux"] - } + { "model_name": "AtomicChat/Qwen3.5-4B-GGUF", "description_key": "hub:recEverydayUse" }, + { "model_name": "AtomicChat/gemma-4-E4B-it-GGUF", "description_key": "hub:recEverydayUse" }, + { "model_name": "AtomicChat/Qwen3.5-9B-GGUF", "description_key": "hub:recEverydayUse" }, + { "model_name": "AtomicChat/gemma-4-12b-it-GGUF", "description_key": "hub:recEverydayUse" }, + { "model_name": "AtomicChat/qwen36-27b-GGUF", "description_key": "hub:recEverydayUse" }, + { "model_name": "AtomicChat/gemma-4-31B-it-GGUF", "description_key": "hub:recEverydayUse" } ] }