From fec4ee0a659da4523316b74c5ec387b70566da95 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 8 May 2026 11:21:31 +0000 Subject: [PATCH] ci(mlx): unpin unsloth_zoo from PR #627 branch now that it is merged PR unslothai/unsloth-zoo#627 (GGUF NotImplementedError + LoRA local_path fixes) landed on unsloth-zoo main as e9d1be8c. Drop the temporary branch pin and revert to bare `unsloth_zoo @ git+...` so subsequent runs pick up further main changes. PR unslothai/unsloth-zoo#632 (compiler unblock for transformers 4.57.6 and 5.x) also merged (232d9509); consolidated-tests-ci.yml already follows main via UNSLOTH_ZOO_REF default, so no change there. --- .github/workflows/mlx-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/mlx-ci.yml b/.github/workflows/mlx-ci.yml index e93e1c7d99..08f3c24921 100644 --- a/.github/workflows/mlx-ci.yml +++ b/.github/workflows/mlx-ci.yml @@ -153,12 +153,7 @@ jobs: 'httpx==0.28.1' pip install --index-url https://download.pytorch.org/whl/cpu \ 'torch==2.10.0' - # Pin to the unslothai/unsloth-zoo#627 branch until that PR - # merges -- it carries the GGUF NotImplementedError + LoRA - # local_path fixes that the export round-trip phase below - # depends on. Flip back to bare `unsloth-zoo @ git+...` once - # #627 lands on main. - pip install "unsloth_zoo @ git+https://github.com/unslothai/unsloth-zoo@fix/mlx-export-roundtrip-on-apple-silicon" + pip install "unsloth_zoo @ git+https://github.com/unslothai/unsloth-zoo" pip install -e . --no-deps # Real Apple Silicon sanity: confirm _IS_MLX activates on real