From 479adee29e8d3ecb4af6eaddf9b2467058096fa7 Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Sat, 15 Aug 2026 07:35:18 -0700 Subject: [PATCH] chore: bump mlx-swift-lm to pick up the first VLM unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points at acb6020 (SharpAI/mlx-swift-lm#49), which adds VLMGemma4Tests — the first unit tests for anything under MLXVLM. Measured coverage had that half of the model layer at 0.3% over 13,304 lines; this is the first shape/config/ forward-pass test against MLXVLM/Models/Gemma4.swift, the largest untested file in the model layer and where SharpAI/mlx-swift-lm#45's changes landed. No SwiftLM-side code changes; verified the umbrella builds clean against the bumped pointer. Co-Authored-By: Claude Opus 5 --- mlx-swift-lm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx-swift-lm b/mlx-swift-lm index bfc2462..acb6020 160000 --- a/mlx-swift-lm +++ b/mlx-swift-lm @@ -1 +1 @@ -Subproject commit bfc2462b975bc278411be041d5761299e836c846 +Subproject commit acb60208803f6afd2c5db1e01c6a7398c22f1dc4