Skip to content

Commit cc67378

Browse files
fix(vllm-cpp): pin MLX gate from mainline
The previous pin was a merge commit from the experimental C ABI v9 branch. Pin the same MLX prefill gate on upstream main so the backend build does not pull unrelated ABI v9 work into every platform variant. Assisted-by: Codex:gpt-5 [systematic-debugging]
1 parent 417d047 commit cc67378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/go/vllm-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JOBS?=$(shell nproc --ignore=1 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || e
1111

1212
# vllm.cpp version
1313
VLLM_CPP_REPO?=https://github.com/mudler/vllm.cpp
14-
VLLM_CPP_VERSION?=eec09bed5a03457837b499781c23d8e44f106813
14+
VLLM_CPP_VERSION?=59343930f37ba08abfccb8de544bc51fc3828b16
1515

1616
# MLX GEMM provider (darwin/metal only; see the metal branch below for why).
1717
# Consumed as the prebuilt pip wheel: building MLX from source needs `xcrun

0 commit comments

Comments
 (0)