Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions atlas/cli/commands/model_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,22 @@ def _unsloth_qwen35_url(repo: str, file: str) -> str:
"llama.cpp model only — G(x) verification will silently "
"no-op (--no-lens to acknowledge). See PC-058 roadmap.",
),
Model(
name="gemma-4-12b-it-Q4_K_M",
tier="medium",
model_file="gemma-4-12b-it-Q4_K_M.gguf",
model_display="gemma-4-12b-it-Q4_K_M",
model_size_gb=6.6,
lens_status="supported",
download_url=None,
sha256=None,
license="apache-2.0",
lens_artifact_files=["cost_field.pt", "cost_field.safetensors", "gx_xgboost.json", "gx_weights.json"],
notes="Added via `atlas lens publish` — lens artifacts "
"(3840-dim) at https://huggingface.co/itigges22/atlas-lens-gemma4-12b. "
"download_url not captured at publish time; maintainers "
"can fill it in for `atlas model install` support.",
),
]


Expand Down
Loading