From f46c0e9c83801a1ff60fd10eaaac11b6b7bfd03e Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:56:21 +0200 Subject: [PATCH 1/3] docs: :arrow_up: update docs version mudler/LocalAI (#10614) :arrow_up: Update docs version mudler/LocalAI Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- docs/data/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/version.json b/docs/data/version.json index d7031c71b283..18ef250a946a 100644 --- a/docs/data/version.json +++ b/docs/data/version.json @@ -1,3 +1,3 @@ { - "version": "v4.5.5" + "version": "v4.5.6" } From 751db06e3597357b557917d21357c2c90d3eedb0 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:56:41 +0200 Subject: [PATCH 2/3] chore: :arrow_up: Update CrispStrobe/CrispASR to `8fd9db8fec8cb5e929d23d3267ed5817794feb1a` (#10615) :arrow_up: Update CrispStrobe/CrispASR 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/go/crispasr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index fedcd624c9c4..753a2fbaf809 100644 --- a/backend/go/crispasr/Makefile +++ b/backend/go/crispasr/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # CrispASR version (release tag) CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR -CRISPASR_VERSION?=3b93758f9725d400eca82976f895e4cec3f31260 +CRISPASR_VERSION?=8fd9db8fec8cb5e929d23d3267ed5817794feb1a SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF From 703ea32de6d8330258273b8d69a8cb04635618da Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:56:59 +0200 Subject: [PATCH 3/3] chore: :arrow_up: Update vllm-metal (darwin) to `v0.3.0.dev20260630095652` (#10616) :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 31c7cb1f7804..9405171d34a9 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.dev20260628073537" + VLLM_METAL_VERSION="v0.3.0.dev20260630095652" # 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