File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -972,6 +972,19 @@ jobs:
972972 dockerPassword: ${{ secrets.DOCKERHUB_PASSWORD }}
973973 quayUsername: ${{ secrets.LOCALAI_REGISTRY_USERNAME }}
974974 quayPassword: ${{ secrets.LOCALAI_REGISTRY_PASSWORD }}
975+ mlx-vlm-darwin:
976+ uses: ./.github/workflows/backend_build_darwin.yml
977+ with:
978+ backend: "mlx-vlm"
979+ build-type: "mps"
980+ go-version: "1.24.x"
981+ tag-suffix: "-metal-darwin-arm64-mlx-vlm"
982+ runs-on: "macOS-14"
983+ secrets:
984+ dockerUsername: ${{ secrets.DOCKERHUB_USERNAME }}
985+ dockerPassword: ${{ secrets.DOCKERHUB_PASSWORD }}
986+ quayUsername: ${{ secrets.LOCALAI_REGISTRY_USERNAME }}
987+ quayPassword: ${{ secrets.LOCALAI_REGISTRY_PASSWORD }}
975988 llama-cpp-darwin:
976989 runs-on: macOS-14
977990 strategy:
You can’t perform that action at this time.
0 commit comments