mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-13 06:45:26 -04:00
* ⬆️ Update mudler/vllm.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(vllm-cpp): mirror ABI v23 The new engine pin reports ABI v23 and appends mmproj_path to vllm_model_params. LocalAI still declares v21, so the build-time ABI guard rejects every backend build. Grow the Go mirror by the appended pointer and update its offset checks. ABI v23 adds a video function but does not change the mirrored text structs. Assisted-by: Codex:gpt-5.6 [systematic-debugging] --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> Co-authored-by: localai-org-maint-bot <bot-opensource@localaisrl.com>