mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-30 18:09:05 -04:00
Both engine repos were squashed to a single release commit and force-pushed, which orphaned the previous pins (voice 30beecd, face 6107a24). Re-pin to the new single-commit SHAs. These also fold in a real fix: the persistent graph-cache fingerprint now includes op_params, so two structurally identical GGML_OP_CUSTOM graphs (e.g. a blocked 3x3 vs a blocked 1x1 strided conv) can no longer false-hit the cache and replay the wrong kernel. voice CI is now green (was failing conv1x1_s2 with an out-of-bounds write on the GGML_NATIVE=OFF build); face stays green. WeSpeaker embed parity 1.0 vs golden. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Assisted-by: Claude:claude-opus-4-8 [Claude Code]