From b04d8fa84ed9f9a25f160a863f4b5fa7ede0537f Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:33:04 +0000 Subject: [PATCH] :arrow_up: Update vllm-project/vllm-metal (darwin) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@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 85c1e97b0343..31c7cb1f7804 100755 --- a/backend/python/vllm/install.sh +++ b/backend/python/vllm/install.sh @@ -104,7 +104,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.dev20260622062346" + VLLM_METAL_VERSION="v0.3.0.dev20260628073537" # 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