From c6a574ef1b1a32d6c22a9fdce69170ed0c19c820 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Thu, 24 Sep 2026 21:19:30 +0200 Subject: [PATCH] chore: :arrow_up: Update vllm-metal (darwin) to `v0.30.0` (#12225) :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 2079a3b87..2577ddd66 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.29.0" + VLLM_METAL_VERSION="v0.30.0" # The coupled vLLM source version is whatever this vllm-metal release builds # against. Derive it from the PINNED tag rather than hardcoding a second value