File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,10 @@ backends/mlx: build
369369 BACKEND=mlx BUILD_TYPE=mps $(MAKE ) build-darwin-python-backend
370370 ./local-ai backends install " ocifile://$( abspath ./backend-images/mlx.tar) "
371371
372+ backends/mlx-vlm : build
373+ BACKEND=mlx-vlm BUILD_TYPE=mps bash ./scripts/build/python-darwin.sh
374+ ./local-ai backends install " ocifile://$( abspath ./backend-images/mlx-vlm.tar) "
375+
372376backend-images :
373377 mkdir -p backend-images
374378
Original file line number Diff line number Diff line change 142142 - text-to-text
143143 - LLM
144144 - MLX
145+ - &mlx-vlm
146+ name : " mlx-vlm"
147+ uri : " quay.io/go-skynet/local-ai-backends:latest-metal-darwin-arm64-mlx-vlm"
148+ icon : https://avatars.githubusercontent.com/u/102832242?s=200&v=4
149+ urls :
150+ - https://github.com/ml-explore/mlx-vlm
151+ mirrors :
152+ - localai/localai-backends:latest-metal-darwin-arm64-mlx-vlm
153+ license : MIT
154+ description : |
155+ Run Vision-Language Models with MLX
156+ tags :
157+ - text-to-text
158+ - multimodal
159+ - vision-language
160+ - LLM
161+ - MLX
145162- &rerankers
146163 name : " rerankers"
147164 alias : " rerankers"
391408 uri : " quay.io/go-skynet/local-ai-backends:master-metal-darwin-arm64-mlx"
392409 mirrors :
393410 - localai/localai-backends:master-metal-darwin-arm64-mlx
411+ - !!merge <<: *mlx-vlm
412+ name : " mlx-vlm-development"
413+ uri : " quay.io/go-skynet/local-ai-backends:master-metal-darwin-arm64-mlx-vlm"
414+ mirrors :
415+ - localai/localai-backends:master-metal-darwin-arm64-mlx-vlm
394416- !!merge <<: *kitten-tts
395417 name : " kitten-tts-development"
396418 uri : " quay.io/go-skynet/local-ai-backends:master-kitten-tts"
You can’t perform that action at this time.
0 commit comments