From a760f7ff3989aaf56748733d0faba45502b66bf4 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 25 Jul 2025 22:15:16 +0200 Subject: [PATCH 1/3] docs: :arrow_up: update docs version mudler/LocalAI (#5912) :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 d7a882dd467d..ca2b056dd181 100644 --- a/docs/data/version.json +++ b/docs/data/version.json @@ -1,3 +1,3 @@ { - "version": "v3.1.1" + "version": "v3.2.1" } From 47ccfccf7af172dfb0c666dce0e795705d360cde Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 25 Jul 2025 22:45:09 +0200 Subject: [PATCH 2/3] fix(ci): add nvidia-l4t capability to l4t images (#5914) Signed-off-by: Ettore Di Giacinto --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4e8e29cb27a9..fa885dd346d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,12 @@ RUN < /run/localai/capability + fi +EOT + # If we are building with clblas support, we need the libraries for the builds RUN if [ "${BUILD_TYPE}" = "clblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then \ apt-get update && \ From 5ce982b9c91851c82554d2eebf15f439b1caa7a9 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 25 Jul 2025 23:08:20 +0200 Subject: [PATCH 3/3] chore: :arrow_up: Update ggml-org/llama.cpp to `c7f3169cd523140a288095f2d79befb20a0b73f4` (#5913) :arrow_up: Update ggml-org/llama.cpp 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/cpp/llama-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cpp/llama-cpp/Makefile b/backend/cpp/llama-cpp/Makefile index 7a1652aded0e..cf1c3359c8e4 100644 --- a/backend/cpp/llama-cpp/Makefile +++ b/backend/cpp/llama-cpp/Makefile @@ -1,5 +1,5 @@ -LLAMA_VERSION?=3f4fc97f1d745f1d5d3c853949503136d419e6de +LLAMA_VERSION?=c7f3169cd523140a288095f2d79befb20a0b73f4 LLAMA_REPO?=https://github.com/ggerganov/llama.cpp CMAKE_ARGS?=