From 5c1b62b5b27c8182ffd3f721dced25531e7261a7 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 25 Sep 2026 13:00:29 +0000 Subject: [PATCH] chore: :arrow_up: Update mudler/vllm.cpp to e28ec46c6 (fix macOS -Werror build) Bumps vllm.cpp to e28ec46c6 which fixes a -Wnull-conversion error in qwen3_5.cpp:12483 that broke the macOS Metal CI build under -Werror. Signed-off-by: Ettore Di Giacinto --- backend/go/vllm-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/vllm-cpp/Makefile b/backend/go/vllm-cpp/Makefile index f4eb2e8ee..08c36f2a9 100644 --- a/backend/go/vllm-cpp/Makefile +++ b/backend/go/vllm-cpp/Makefile @@ -11,7 +11,7 @@ JOBS?=$(shell nproc --ignore=1 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || e # vllm.cpp version VLLM_CPP_REPO?=https://github.com/mudler/vllm.cpp -VLLM_CPP_VERSION?=bc5dbc367489755749e5e92ea9e8d6445948a1ce +VLLM_CPP_VERSION?=e28ec46c6b396df48f27f3a8a2e9bf3f30c5e1b8 # MLX GEMM provider (darwin/metal only; see the metal branch below for why). # Consumed as the prebuilt pip wheel: building MLX from source needs `xcrun