From 606f462da419c16a049199799723ec47518c3b4f Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:38:30 +0200 Subject: [PATCH] chore: :arrow_up: Update PABannier/sam3.cpp to `01832ef85fcc8eb6488f1d01cd247f07e96ff5a9` (#9311) :arrow_up: Update PABannier/sam3.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/go/sam3-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/sam3-cpp/Makefile b/backend/go/sam3-cpp/Makefile index 689ed490a..3983b596e 100644 --- a/backend/go/sam3-cpp/Makefile +++ b/backend/go/sam3-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # sam3.cpp SAM3_REPO?=https://github.com/PABannier/sam3.cpp -SAM3_VERSION?=8cc6e62bc740d7972746fcd47465ddf1c2b1e3c3 +SAM3_VERSION?=01832ef85fcc8eb6488f1d01cd247f07e96ff5a9 ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF