Files
LocalAI/backend/python/mlx-video/Makefile
T
Ettore Di Giacinto 21df4a120a feat(mlx): add Apple Silicon video backend
Add a Darwin-only MLX-Video backend for LTX-2 and converted Wan checkpoints, expose it through the existing video API, and wire packaging, discovery, tests, docs, and an example.

Assisted-by: Codex:gpt-5
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-09-11 21:52:41 +00:00

17 lines
216 B
Makefile

.PHONY: all run test protogen-clean clean
all:
bash install.sh
run: all
bash run.sh
test:
bash test.sh
protogen-clean:
$(RM) backend_pb2.py backend_pb2_grpc.py
clean: protogen-clean
rm -rf __pycache__ venv