feat: DGR-005A dense Llama owned range loader

This commit is contained in:
Dobromir Popov
2026-07-14 11:01:28 +03:00
parent 3d8f93f4aa
commit 252d131e7d
6 changed files with 385 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ def test_dependency_script_reports_the_locked_boundary_without_network() -> None
report = json.loads(completed.stdout)
assert report["commit"] == (LLAMA_DIR / "UPSTREAM_COMMIT").read_text().strip()
assert report["patch_count"] == 1
assert report["patch_count"] == 2
assert report["model_downloads"] is False
assert report["semantic_certification"] is False
assert "dense" in report["glm_stock_limitations"].lower()