From 0938c3804debde022defeca8d34a8f2ccd2e1967 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Sat, 12 Sep 2026 14:04:15 +0000 Subject: [PATCH] fix(gallery): correct Sortformer checksum Use the checksum reported for two repeat downloads in issue #11995. Document the Sortformer install command and checksum troubleshooting. Independent artifact verification remains required before merge. Hugging Face requests return HTTP 403 in this environment. Assisted-by: Codex:gpt-6 --- docs/content/features/audio-cpp.md | 12 ++++++++++++ gallery/index.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/content/features/audio-cpp.md b/docs/content/features/audio-cpp.md index f3a7ce4be..2adfa47d7 100644 --- a/docs/content/features/audio-cpp.md +++ b/docs/content/features/audio-cpp.md @@ -33,6 +33,18 @@ an available compute backend, with CPU as the fallback. To force CPU execution, replace that option with `backend:cpu`. Model configurations that omit this option still default to CPU. +### Sortformer installation + +Install the Sortformer model for speaker diarization from the gallery: + +```bash +local-ai models install audio-cpp-sortformer-diarization +``` + +If installation fails with `SHA mismatch`, compare the reported metadata checksum +with the current gallery entry. An outdated gallery checksum can reject a complete +download. Report a persistent mismatch with both checksum values and the model name. + ## What it serves One model serves one family, and a family advertises the tasks it can perform. The diff --git a/gallery/index.yaml b/gallery/index.yaml index 74610a5b1..76fd5fe96 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -59280,7 +59280,7 @@ model: audio-cpp/sortformer-diar-4spk-v1-q8_0.gguf files: - filename: audio-cpp/sortformer-diar-4spk-v1-q8_0.gguf - sha256: 84744b047296daf2177aed9dd2735497152ff83f49ec170d2a6a18cbcb93ef19 + sha256: 4fa6a3e30c4a1c6cc1da455268806edc93432ca1e1b5b6923e942be8e6e479ff uri: huggingface://audio-cpp/audio.cpp-gguf/Sortformer-Diar-4spk-v1-GGUF/sortformer-diar-4spk-v1-q8_0.gguf - name: audio-cpp-htdemucs url: github:mudler/LocalAI/gallery/virtual.yaml@master