File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4947,6 +4947,12 @@ includeDarwin:
49474947 - backend : " privacy-filter"
49484948 tag-suffix : " -metal-darwin-arm64-privacy-filter"
49494949 lang : " go"
4950+ # LocalVQE has no Metal path; on Apple Silicon it builds CPU-only (GGML_METAL
4951+ # OFF) but is still a native arm64 image. Uses the darwin/metal build profile.
4952+ - backend : " localvqe"
4953+ tag-suffix : " -metal-darwin-arm64-localvqe"
4954+ build-type : " metal"
4955+ lang : " go"
49504956 - backend : " voxtral"
49514957 tag-suffix : " -metal-darwin-arm64-voxtral"
49524958 build-type : " metal"
Original file line number Diff line number Diff line change 3232ifeq ($(BUILD_TYPE ) ,vulkan)
3333 CMAKE_ARGS+=-DGGML_VULKAN=ON -DLOCALVQE_VULKAN=ON
3434else ifeq ($(OS),Darwin)
35+ # Apple Silicon: CPU-only (no Metal upstream); built + published as an arm64
36+ # image by CI (includeDarwin in .github/backend-matrix.yml) for macOS install.
3537 CMAKE_ARGS+=-DGGML_METAL=OFF
3638endif
3739
Original file line number Diff line number Diff line change 10571057 nvidia-l4t : " vulkan-localvqe"
10581058 nvidia-l4t-cuda-12 : " vulkan-localvqe"
10591059 nvidia-l4t-cuda-13 : " vulkan-localvqe"
1060+ # Apple Silicon: CPU build (LocalVQE has no Metal path); still arm64-native.
1061+ metal : " metal-localvqe"
10601062- &privacyfilter
10611063 name : " privacy-filter"
10621064 alias : " privacy-filter"
41604162 uri : " quay.io/go-skynet/local-ai-backends:master-gpu-vulkan-localvqe"
41614163 mirrors :
41624164 - localai/localai-backends:master-gpu-vulkan-localvqe
4165+ - !!merge <<: *localvqecpp
4166+ name : " metal-localvqe"
4167+ uri : " quay.io/go-skynet/local-ai-backends:latest-metal-darwin-arm64-localvqe"
4168+ mirrors :
4169+ - localai/localai-backends:latest-metal-darwin-arm64-localvqe
4170+ - !!merge <<: *localvqecpp
4171+ name : " metal-localvqe-development"
4172+ uri : " quay.io/go-skynet/local-ai-backends:master-metal-darwin-arm64-localvqe"
4173+ mirrors :
4174+ - localai/localai-backends:master-metal-darwin-arm64-localvqe
41634175# # kokoro
41644176- !!merge <<: *kokoro
41654177 name : " kokoro-development"
You can’t perform that action at this time.
0 commit comments