mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-25 07:34:58 -04:00
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
This commit is contained in:
1 parent
1e5bf6ffb0
commit
0938c3804d
2 files changed
+13
-1
No files matched your search
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user