chore: ⬆️ Update antirez/voxtral.c to c9e8773a2042d67c637fc492c8a655c485354080 (#8477)

⬆️ 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>
This commit is contained in:
LocalAI [bot]
2026-02-09 22:20:03 +01:00
committed by GitHub
parent bf5a1dd840
commit 0c040beb59

View File

@@ -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)