From 263adb5d63c2639b58ff76033aa804f271c3b20c Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Sat, 15 Aug 2026 14:15:20 -0700 Subject: [PATCH] chore: bump mlx-swift-lm to pick up the Qwen35 and LFM2VL unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points at c09851f, which carries both: - SharpAI/mlx-swift-lm#51 — the hybrid full-attention/GatedDeltaNet split in MLXVLM/Models/Qwen35.swift, gated by a fixed period (full_attention_interval) - SharpAI/mlx-swift-lm#52 — the hybrid attention/short-conv split in MLXVLM/Models/LFM2VL.swift, gated by explicit layer indices (full_attn_idxs) Both were, alongside Gemma4 (#147) and Qwen3VL (#148), among the largest zero-coverage files in the model layer. Coverage: Qwen35 0% → 66.4%, LFM2VL 0% → 34.9%. 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 3f6f13e..c09851f 160000 --- a/mlx-swift-lm +++ b/mlx-swift-lm @@ -1 +1 @@ -Subproject commit 3f6f13ed2b3df6c821f3cef3a9b3c8cf0db48f10 +Subproject commit c09851f1c0f6f95ea5eb630c054e847fcfac06f4