From 587e4a21b3bf33b8fbe0e305c388727204f99eed Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:42:11 +0100 Subject: [PATCH] chore: :arrow_up: Update antirez/voxtral.c to `134d366c24d20c64b614a3dcc8bda2a6922d077d` (#8578) :arrow_up: Update antirez/voxtral.c 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/voxtral/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/voxtral/Makefile b/backend/go/voxtral/Makefile index b582ed551..5385a9d37 100644 --- a/backend/go/voxtral/Makefile +++ b/backend/go/voxtral/Makefile @@ -10,7 +10,7 @@ JOBS?=$(shell nproc --ignore=1 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || e # voxtral.c version VOXTRAL_REPO?=https://github.com/antirez/voxtral.c -VOXTRAL_VERSION?=c9e8773a2042d67c637fc492c8a655c485354080 +VOXTRAL_VERSION?=134d366c24d20c64b614a3dcc8bda2a6922d077d # Detect OS UNAME_S := $(shell uname -s)