From 0c040beb59f3095204d3bab6e602302846cd6b69 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:20:03 +0100 Subject: [PATCH] chore: :arrow_up: Update antirez/voxtral.c to `c9e8773a2042d67c637fc492c8a655c485354080` (#8477) :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 552077d66..b582ed551 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?=8f810dd23c44be5453cb46c92216a3eaab46e85f +VOXTRAL_VERSION?=c9e8773a2042d67c637fc492c8a655c485354080 # Detect OS UNAME_S := $(shell uname -s)