From 94df096fb96cbe45dacf58f108238042c99a1455 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:16:37 +0100 Subject: [PATCH] fix: pin neutts-air to known working commit (#8566) * chore: init * fix: pin neutts-air to known working commit --------- Co-authored-by: localai-bot --- backend/python/neutts/install.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/python/neutts/install.sh b/backend/python/neutts/install.sh index 381788605..a5c52dba4 100755 --- a/backend/python/neutts/install.sh +++ b/backend/python/neutts/install.sh @@ -32,7 +32,14 @@ if [ "x${BUILD_PROFILE}" == "xl4t12" ]; then fi -git clone https://github.com/neuphonic/neutts-air neutts-air +git clone --depth 100 https://github.com/neuphonic/neutts-air neutts-air + +cd neutts-air + +git checkout 1737487debe5b40a0bb97875edce8c66b391722b + +cd .. + cp -rfv neutts-air/neuttsair ./