release: pin guarded MLX 0.32.1.dev and 0.6.4b1 macOS 26-only DMG - #3
Open
jonathan308 wants to merge 4 commits into
Open
jonathan308 wants to merge 4 commits into
jonathan308 wants to merge 4 commits into
Conversation
Tighten the Fusion DMG packaging pin to mlx/mlx-metal 0.32.1.dev20260825+26421e953 (jonathan308/mlx@26421e953, nanobind 2.13.0, cp311). Block stock PyPI 0.32.0 and 0.32.2. Bump version to 0.6.4b1 and name the artifact macos26-arm64, not macos15-26. Do not create tag v0.6.4b1 until the matched cp311 wheels exist. Co-authored-by: Jonathan Spangler <jonathan308@users.noreply.github.com>
Refuse self-hosted cluster-coordinator runners in the signed DMG workflow and require an explicit idle-Mac override before compiling guarded cp311 mlx-metal wheels. The Studio serving live DS4 stays up. Co-authored-by: Jonathan Spangler <jonathan308@users.noreply.github.com>
Fusion 3a82bd2 referenced this --no-deps install path but the file was missing, and [tool.uv] override-dependencies still pinned mlx==0.32.0. Install only the guarded cp311 pair from packaging/_wheels/guarded with --no-index so a fresh resolve cannot land stock 0.32.0 or 0.32.2. Co-authored-by: Jonathan Spangler <jonathan308@users.noreply.github.com>
Path B updater must pick oMLX-*-macos26-arm64.dmg, never a 15-26 range asset. --macos-target other than 26.0 is refused so Fusion's pip-download swap cannot land stock mlx from PyPI. Co-authored-by: Jonathan Spangler <jonathan308@users.noreply.github.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.
Summary
Packaging/version follow-up for the first Fusion cluster DMG beta. Base is
feat/cluster-v2-dflash2at3a82bd2743fcc89608e629a7fa1888d8545c93a1. This does not merge Fusion intomainand is not for jundot#3118.File-level must-fixes (vs Fusion 3a82bd2)
oMLX-$APP_VERSION-macos26-arm64.dmginscripts/release_macos_dmg.sh,docs/release-public-checklist.md, anddocs/dev-prerelease-notes-template.md. Notmacos15-26.-macos26-asset. Amacos15-26range is not a macOS 26 match, even if it is the only DMG.packaging/build.py --macos-targetno longer queries PyPI orpip downloads mlx/mlx-metal. Only 26.0 is accepted; guarded0.32.1.dev20260825+26421e953cp311 wheels must already be inpackaging/_wheels/guarded.[tool.uv] override-dependenciesis that pin, not stockmlx==0.32.0.ops/install_mlx_variant.shinstalls with--no-deps --no-index.setup.py,build.sh, Xcode). NAX metallib min stays 26.2.CUSTOM_KERNEL_DIRS/ metallib checks includebonsaianddecode_fastas well asglm_moe_dsa,minimax_m3,qwen35_prefill.0.6.4.dev1→0.6.4b1.build.shstill copies it intoCFBundleShortVersionString.Hobs constraint (live DS4)
The Studio is serving live DS4. Do not run Metal/native wheel builds,
setup.py build_ext, orapps/omlx-mac/Scripts/build.shon that machine.Not done (operator)
v0.6.4b1until the guarded cp311 pair exists and is reviewed. No wheel bytes in this PR.macos-releasestill does not exist (API create 403). Create it empty in the UI, protected, required reviewer jonathan308. No secrets at create time. Do not copy secrets from jonathan308/omlx-fusion. Do not approve or revive omlx-fusion run 32676126995.APPLE_DEVELOPER_ID_APPLICATION_P12_BASE64,APPLE_DEVELOPER_ID_APPLICATION_P12_PASSWORD,APPLE_NOTARY_API_KEY_P8_BASE64,APPLE_NOTARY_KEY_ID,APPLE_NOTARY_ISSUER_ID, and env varAPPLE_TEAM_ID.Validation
python3 -m pytest tests/test_packaging_guarded_mlx_pin.py --noconftest(12 passed)main