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:
parent
e3f9727912
commit
fec4ee0a65
1 changed files with 1 additions and 6 deletions
7
.github/workflows/mlx-ci.yml
vendored
7
.github/workflows/mlx-ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue