chore: bump mlx-swift-lm to pick up the Qwen3VL unit tests - #148
Merged
Conversation
Points at 3f6f13e (SharpAI/mlx-swift-lm#50), which adds the second set of unit tests for anything under MLXVLM — Qwen3VL.swift, 1770 lines, the largest zero-coverage file in the model layer after #49/#147 covered Gemma4. No SwiftLM-side code changes; verified the umbrella builds clean against the bumped pointer. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
solderzzc
added a commit
that referenced
this pull request
Aug 15, 2026
…149) 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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Points the submodule at `3f6f13e` (SharpAI/mlx-swift-lm#50).
Adds the second set of unit tests under `MLXVLM` — `Qwen3VL.swift`, 1770 lines, was the largest zero-coverage file in the model layer after #147 covered Gemma4.
No SwiftLM-side code changes. Umbrella build verified clean against the bumped pointer locally.
🤖 Generated with Claude Code