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.
This commit is contained in:
Daniel Han 2026-05-08 11:21:31 +00:00
commit fec4ee0a65

View file

@ -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