v4.5.3
Added
- Sign and notarize the DMG, app, and server binary on macOS
Fixed
- Set rpath on the piper darwin binary so it can load its bundled libs
- Darwin packaging for silero-vad backend
- Show a node's existing labels on the detail view
- Bundle transitive dependencies of GPU runtime libs
- Broadcast admin model-config changes across replicas in distributed mode
- Stop reinterpreting plain-string message content as JSON in llama-cpp
What's Changed
Other Changes
- feat(macos): sign and notarize the DMG, app, and server binary by @localai-bot in https://github.com/mudler/LocalAI/pull/10510
- fix(backends): set rpath on the piper darwin binary so it can load its bundled libs by @localai-bot in https://github.com/mudler/LocalAI/pull/10525
- fix(backends): darwin packaging for silero-vad (last Linux-only Go backend) by @localai-bot in https://github.com/mudler/LocalAI/pull/10528
- chore(model gallery): :robot: add 1 new models via gallery agent by @localai-bot in https://github.com/mudler/LocalAI/pull/10526
- fix(nodes): show a node's existing labels on the detail view by @localai-bot in https://github.com/mudler/LocalAI/pull/10529
- docs: :arrow_up: update docs version mudler/LocalAI by @localai-bot in https://github.com/mudler/LocalAI/pull/10531
- chore: :arrow_up: Update mudler/parakeet.cpp to
f469a57270a1cc4554acb15febf60e56619673b9by @localai-bot in https://github.com/mudler/LocalAI/pull/10530 - fix(gpu-libs): bundle transitive deps of GPU runtime libs (#10537) by @localai-bot in https://github.com/mudler/LocalAI/pull/10539
- fix(distributed): broadcast admin model-config changes across replicas by @localai-bot in https://github.com/mudler/LocalAI/pull/10540
- fix(llama-cpp): stop reinterpreting plain-string message content as JSON (#10524) by @localai-bot in https://github.com/mudler/LocalAI/pull/10538
Full Changelog: https://github.com/mudler/LocalAI/compare/v4.5.2...v4.5.3