From 76ce4f59b68103ab3ab2b2bee59a0f4b1d2922b9 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:14:03 +0200 Subject: [PATCH] chore: :arrow_up: Update vllm-metal (darwin) to `v0.3.0.dev20260726174827` (#11133) :arrow_up: Update vllm-project/vllm-metal (darwin) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/python/vllm/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/vllm/install.sh b/backend/python/vllm/install.sh index bce339ce6..ca9b98f6a 100755 --- a/backend/python/vllm/install.sh +++ b/backend/python/vllm/install.sh @@ -119,7 +119,7 @@ if [ "$(uname -s)" = "Darwin" ]; then # can rewrite it. Darwin therefore follows vllm-metal and can lag the Linux # vllm pin (requirements-cublas13-after.txt, bumped independently against # vllm/vllm) until vllm-metal supports a newer vLLM. - VLLM_METAL_VERSION="v0.3.0.dev20260725151812" + VLLM_METAL_VERSION="v0.3.0.dev20260726174827" # The coupled vLLM source version is whatever this vllm-metal release builds # against -- it declares it in its own installer as `vllm_v=`. Derive it from