diff --git a/Makefile b/Makefile index 6799cf2bc460..22c48110f767 100644 --- a/Makefile +++ b/Makefile @@ -387,7 +387,7 @@ ifeq ($(DETECT_LIBS),true) scripts/prepare-libs.sh backend-assets/grpc/llama-cpp-avx2 endif ifeq ($(OS),Darwin) - $(info ${GREEN}I Skip CUDA/hipblas build on MacOS${RESET}) + BUILD_TYPE=none $(MAKE) backend-assets/grpc/llama-cpp-fallback else $(MAKE) backend-assets/grpc/llama-cpp-cuda $(MAKE) backend-assets/grpc/llama-cpp-hipblas