mirror of
https://github.com/mudler/LocalAI.git
synced 2026-06-25 09:09:07 -04:00
* feat(backends): add darwin/metal build for liquid-audio Wire the already-MPS-ready liquid-audio backend (it ships requirements-mps.txt) into the darwin CI matrix and the gallery so metal-darwin-arm64 images are built and selectable. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:opus-4.8 [Claude Code] * ci(liquid-audio): trigger darwin build via requirements-mps note The changed-backends path filter only builds a backend when a file under its directory changes. The metal wiring lived in index.yaml + the matrix, so the darwin job was skipped. Add a documenting comment to the MPS requirements so CI actually exercises the darwin build. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:opus-4.8 [Claude Code] * fix(liquid-audio): guard uv-only --index-strategy for the pip/darwin path Same fix as trl: the darwin/MPS build installs with pip (USE_PIP=true), which rejects the uv-only --index-strategy flag and failed the darwin backend build. Add it only on the uv path; Linux/CUDA resolution is unchanged. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:opus-4.8 [Claude Code] --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
# MPS (Apple Silicon / Metal) build profile - installed by the darwin CI job.
|
|
torch>=2.8.0
|
|
torchaudio>=2.8.0
|
|
torchcodec>=0.9.1
|
|
transformers>=4.55.4
|
|
accelerate>=1.10.1
|
|
datasets>=4.8.4
|
|
einops>=0.8.1
|
|
librosa>=0.11.0
|
|
soundfile>=0.12.1
|
|
sentencepiece>=0.2.1
|
|
huggingface-hub>=1.3.0
|
|
liquid-audio>=1.2.0
|