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