diff --git a/backend/go/voice-detect/Makefile b/backend/go/voice-detect/Makefile index 87999f8ca..70dc887d4 100644 --- a/backend/go/voice-detect/Makefile +++ b/backend/go/voice-detect/Makefile @@ -44,6 +44,8 @@ else ifeq ($(BUILD_TYPE),hipblas) CMAKE_ARGS+=-DVOICEDETECT_GGML_HIP=ON else ifeq ($(BUILD_TYPE),vulkan) CMAKE_ARGS+=-DVOICEDETECT_GGML_VULKAN=ON +else ifeq ($(BUILD_TYPE),metal) + CMAKE_ARGS+=-DVOICEDETECT_GGML_METAL=ON endif .PHONY: voice-detect-grpc package build clean purge test all diff --git a/gallery/index.yaml b/gallery/index.yaml index b79e047de..3d6595cd6 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -8481,6 +8481,8 @@ backend: face-detect known_usecases: - face_recognition + - detection + - embeddings options: - verify_threshold:0.35 parameters: @@ -8518,6 +8520,8 @@ backend: face-detect known_usecases: - face_recognition + - detection + - embeddings options: - verify_threshold:0.35 parameters: @@ -8554,6 +8558,8 @@ backend: face-detect known_usecases: - face_recognition + - detection + - embeddings options: - verify_threshold:0.35 parameters: @@ -8590,6 +8596,8 @@ backend: face-detect known_usecases: - face_recognition + - detection + - embeddings options: - verify_threshold:0.363 parameters: