Skip to content

Commit ed4478b

Browse files
mudlerlocalai-org-maint-bot
authored andcommitted
chore(vllm-cpp): pin vllm.cpp to the merged ABI v9 tip
974d9d72 was the pre-merge commit on the feature branch. eec09bed is the merged main tip carrying the same ABI v9 surface, and is the tree the capi suite (31/31) and the Go ABI handshake were actually verified against. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude Code:claude-opus-5 [ClaudeCode]
1 parent f13baee commit ed4478b

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?=974d9d72c2365d20dc76dbce4a98fddac32525c0
14+
VLLM_CPP_VERSION?=eec09bed5a03457837b499781c23d8e44f106813
1515

1616
# The backend consumes only the stable C ABI (libvllm + include/vllm.h), so the
1717
# server, examples and tests of the engine are never built here.

0 commit comments

Comments
 (0)