This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `8d9ec4a` -> `d851da8` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `32dbe96` -> `49941bd` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `5996df0` -> `f2dae33` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `7b33b5b` -> `c5ff9f0` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `4509f12` -> `a6863af` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `7ed0d65` -> `d5f6b95` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `1c34ca0` -> `73010f9` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `93ec9cb` -> `56adad1` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `eb0ce8c` -> `495aa2b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.24.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.2) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2) ##### What's Changed ##### 👒 Dependencies - chore: ⬆️ Update ggerganov/llama.cpp to `26a8406ba9198eb6fdd8329fa717555b4f77f05f` by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4358](https://redirect.github.com/mudler/LocalAI/pull/4358) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2 ### [`v2.24.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.1) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1) <!-- Release notes generated using configuration in .github/release.yml at release/v2.24.1 --> This is a patch release to fix [https://github.com/mudler/LocalAI/issues/4334](https://redirect.github.com/mudler/LocalAI/issues/4334) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1 ### [`v2.24.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0) ##### LocalAI release v2.24.0!  ##### 🚀 Highlights - **Backend deprecation**: We’ve removed `rwkv.cpp` and `bert.cpp`, replacing them with enhanced functionalities in `llama.cpp` for simpler installation and better performance. - **New Backends Added**: Introducing `bark.cpp` for text-to-audio and `stablediffusion.cpp` for image generation, both powered by the ggml framework. - **Voice Activity Detection (VAD)**: Added support for `silero-vad` to detect speech in audio streams. - **WebUI Improvements**: Now supports API key authentication for enhanced security. - **Real-Time Token Usage**: Monitor token consumption during streamed outputs. - **Expanded P2P Settings**: Greater flexibility with new configuration options like `listen_maddrs`, `dht_announce_maddrs`, and `bootstrap_peers`. ##### 📤 Backends Deprecation As part of our cleanup efforts, the `rwkv.cpp` and `bert.cpp` backends have been deprecated. Their functionalities are now integrated into `llama.cpp`, offering a more streamlined and efficient experience. ##### 🆕 New Backends Introduced - **`bark.cpp` Backend**: Transform text into realistic audio using Bark, a transformer-based text-to-audio model. Install it easily with: ```bash local-ai models install bark-cpp-small ``` Or start it directly: ```bash local-ai run bark-cpp-small ``` - **`stablediffusion.cpp` Backend**: Create high-quality images from textual descriptions using the Stable Diffusion backend, now leveraging the ggml framework. - **Voice Activity Detection with `silero-vad`**: Introducing support for accurate speech segment detection in audio streams. Install via: ```bash local-ai models install silero-vad ``` Or configure it through the WebUI. ##### 🔒 WebUI Access with API Keys The WebUI now supports API key authentication. If one or more API Keys are configured, the WebUI will automatically display a page to authenticate with. ##### 🏆 Enhancements and Features - **Real-Time Token Usage**: Monitor token consumption dynamically during streamed outputs. This feature helps optimize performance and manage costs effectively. - **P2P Configuration**: New settings for advanced peer-to-peer mode: - `listen_maddrs`: Define specific multiaddresses for your node. - `dht_announce_maddrs`: Specify addresses to announce to the DHT network. - `bootstrap_peers`: Set custom bootstrap peers for initial connectivity. These options offer more control, especially in constrained networks or custom P2P environments. ##### 🖼️ New Models in the Gallery We've significantly expanded our model gallery with a variety of new models to cater to diverse AI applications. Among these: - Calme-3 Qwen2.5 Series: Enhanced language models offering improved understanding and generation capabilities. - Mistral-Nemo-Prism-12b: A powerful model designed for complex language tasks. - Llama 3.1 and 3.2 Series: Upgraded versions of the Llama models with better performance and accuracy. - Qwen2.5-Coder Series: Specialized models optimized for code generation and programming language understanding. - Rombos-Coder Series: Advanced coder models for sophisticated code-related tasks. - Silero-VAD: High-quality voice activity detection model for audio processing applications. - Bark-Cpp-Small: Lightweight audio generation model suitable for quick and efficient audio synthesis. Explore these models and more in our updated [model gallery](https://models.localai.io) to find the perfect fit for your project needs. ##### 🐞 Bug Fixes and Improvements - Performance Enhancements: Resolved issues with AVX flags and optimized binaries for accelerated performance, especially on macOS systems. - Dependency Updates: Upgraded various dependencies to ensure compatibility, security, and performance improvements across the board. - Parsing Corrections: Fixed parsing issues related to maddr and ExtraLLamaCPPArgs in P2P configurations. ##### 📚 Documentation and Examples - Updated Guides: Refreshed documentation with new configuration examples, making it easier to get started and integrate the latest features. ##### 📥 How to Upgrade To upgrade to LocalAI v2.24.0: - Download the Latest Release: Get the binaries from our [GitHub Releases](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0) page. - Update Docker Image: Pull the latest Docker image using: <!----> docker pull localai/localai:latest See also the Documentation at: https://localai.io/basics/container/#standard-container-images Happy hacking! ##### What's Changed ##### Breaking Changes 🛠 - feat(models): use rwkv from llama.cpp by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4264](https://redirect.github.com/mudler/LocalAI/pull/4264) - feat(backends): Drop bert.cpp by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4272](https://redirect.github.com/mudler/LocalAI/pull/4272) ##### Bug fixes 🐛 - fix(hipblas): disable avx flags when accellerated bins are used by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4167](https://redirect.github.com/mudler/LocalAI/pull/4167) - chore(deps): bump sycl intel image by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4201](https://redirect.github.com/mudler/LocalAI/pull/4201) - fix(go.mod): add urfave/cli v2 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4206](https://redirect.github.com/mudler/LocalAI/pull/4206) - chore(go.mod): add valyala/fasttemplate by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4207](https://redirect.github.com/mudler/LocalAI/pull/4207) - fix(p2p): parse maddr correctly by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4219](https://redirect.github.com/mudler/LocalAI/pull/4219) - fix(p2p): parse correctly ExtraLLamaCPPArgs by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4220](https://redirect.github.com/mudler/LocalAI/pull/4220) - fix(llama.cpp): embed metal file into result binary for darwin by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4279](https://redirect.github.com/mudler/LocalAI/pull/4279) ##### Exciting New Features 🎉 - feat: add WebUI API token authorization by [@​mintyleaf](https://redirect.github.com/mintyleaf) in [https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197) - feat(p2p): add support for configuration of edgevpn listen_maddrs, dht_announce_maddrs and bootstrap_peers by [@​mintyleaf](https://redirect.github.com/mintyleaf) in [https://github.com/mudler/LocalAI/pull/4200](https://redirect.github.com/mudler/LocalAI/pull/4200) - feat(silero): add Silero-vad backend by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4204](https://redirect.github.com/mudler/LocalAI/pull/4204) - feat: include tokens usage for streamed output by [@​mintyleaf](https://redirect.github.com/mintyleaf) in [https://github.com/mudler/LocalAI/pull/4282](https://redirect.github.com/mudler/LocalAI/pull/4282) - feat(bark-cpp): add new bark.cpp backend by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4287](https://redirect.github.com/mudler/LocalAI/pull/4287) - feat(backend): add stablediffusion-ggml by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4289](https://redirect.github.com/mudler/LocalAI/pull/4289) ##### 🧠 Models - models(gallery): add calme-3 qwen2.5 series by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4107](https://redirect.github.com/mudler/LocalAI/pull/4107) - models(gallery): add calme-3 qwenloi series by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4108](https://redirect.github.com/mudler/LocalAI/pull/4108) - models(gallery): add calme-3 llamaloi series by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4109](https://redirect.github.com/mudler/LocalAI/pull/4109) - models(gallery): add mn-tiramisu-12b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4110](https://redirect.github.com/mudler/LocalAI/pull/4110) - models(gallery): add qwen2.5-coder-14b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4125](https://redirect.github.com/mudler/LocalAI/pull/4125) - models(gallery): add qwen2.5-coder-3b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4126](https://redirect.github.com/mudler/LocalAI/pull/4126) - models(gallery): add qwen2.5-coder-32b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4127](https://redirect.github.com/mudler/LocalAI/pull/4127) - models(gallery): add qwen2.5-coder-14b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4128](https://redirect.github.com/mudler/LocalAI/pull/4128) - models(gallery): add qwen2.5-coder-1.5b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4129](https://redirect.github.com/mudler/LocalAI/pull/4129) - models(gallery): add qwen2.5-coder-7b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4130](https://redirect.github.com/mudler/LocalAI/pull/4130) - models(gallery): add qwen2.5-coder-7b-3x-instruct-ties-v1.2-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4131](https://redirect.github.com/mudler/LocalAI/pull/4131) - models(gallery): add qwen2.5-coder-7b-instruct-abliterated-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4132](https://redirect.github.com/mudler/LocalAI/pull/4132) - models(gallery): add rombos-coder-v2.5-qwen-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4133](https://redirect.github.com/mudler/LocalAI/pull/4133) - models(gallery): add rombos-coder-v2.5-qwen-32b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4134](https://redirect.github.com/mudler/LocalAI/pull/4134) - models(gallery): add rombos-coder-v2.5-qwen-14b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4135](https://redirect.github.com/mudler/LocalAI/pull/4135) - models(gallery): add eva-qwen2.5-72b-v0.1-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4136](https://redirect.github.com/mudler/LocalAI/pull/4136) - models(gallery): add mistral-nemo-prism-12b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4141](https://redirect.github.com/mudler/LocalAI/pull/4141) - models(gallery): add tess-3-llama-3.1-70b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4143](https://redirect.github.com/mudler/LocalAI/pull/4143) - models(gallery): add celestial-harmony-14b-v1.0-experimental-1016-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4145](https://redirect.github.com/mudler/LocalAI/pull/4145) - models(gallery): add llama3.1-8b-enigma by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4146](https://redirect.github.com/mudler/LocalAI/pull/4146) - chore(model): add llama3.1-8b-cobalt to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4147](https://redirect.github.com/mudler/LocalAI/pull/4147) - chore(model): add qwen2.5-32b-arliai-rpmax-v1.3 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4148](https://redirect.github.com/mudler/LocalAI/pull/4148) - chore(model): add llama3.2-3b-enigma to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4149](https://redirect.github.com/mudler/LocalAI/pull/4149) - chore(model): add llama-3.1-8b-arliai-rpmax-v1.3 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4150](https://redirect.github.com/mudler/LocalAI/pull/4150) - chore(model): add magnum-12b-v2.5-kto-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4151](https://redirect.github.com/mudler/LocalAI/pull/4151) - chore(model): add l3.1-8b-slush-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4152](https://redirect.github.com/mudler/LocalAI/pull/4152) - models(gallery): add q2.5-ms-mistoria-72b-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4158](https://redirect.github.com/mudler/LocalAI/pull/4158) - chore(model): add l3.1-ms-astoria-70b-v2 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4159](https://redirect.github.com/mudler/LocalAI/pull/4159) - chore(model): add magnum-v2-4b-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4160](https://redirect.github.com/mudler/LocalAI/pull/4160) - chore(model): add athene-v2-agent to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4161](https://redirect.github.com/mudler/LocalAI/pull/4161) - chore(model): add athene-v2-chat to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4162](https://redirect.github.com/mudler/LocalAI/pull/4162) - chore(model-gallery): ⬆️ update checksum by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4165](https://redirect.github.com/mudler/LocalAI/pull/4165) - chore(model): add qwen2.5-7b-nerd-uncensored-v1.7 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4171](https://redirect.github.com/mudler/LocalAI/pull/4171) - chore(model): add llama3.2-3b-shiningvaliant2-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4174](https://redirect.github.com/mudler/LocalAI/pull/4174) - chore(model): add l3.1-nemotron-sunfall-v0.7.0-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4175](https://redirect.github.com/mudler/LocalAI/pull/4175) - chore(model): add evathene-v1.0 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4176](https://redirect.github.com/mudler/LocalAI/pull/4176) - chore(model): add miniclaus-qw1.5b-unamgs to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4177](https://redirect.github.com/mudler/LocalAI/pull/4177) - chore(model): add silero-vad to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4210](https://redirect.github.com/mudler/LocalAI/pull/4210) - models(gallery): add llama-mesh by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4222](https://redirect.github.com/mudler/LocalAI/pull/4222) - chore(model): add llama-doctor-3.2-3b-instruct to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4223](https://redirect.github.com/mudler/LocalAI/pull/4223) - chore(model): add copus-2x8b-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4225](https://redirect.github.com/mudler/LocalAI/pull/4225) - chore(model): add llama-3.1-8b-instruct-ortho-v3 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4226](https://redirect.github.com/mudler/LocalAI/pull/4226) - chore(model): add llama-3.1-tulu-3-8b-dpo to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4228](https://redirect.github.com/mudler/LocalAI/pull/4228) - chore(model): add marco-o1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4229](https://redirect.github.com/mudler/LocalAI/pull/4229) - chore(model): add onellm-doey-v1-llama-3.2-3b to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4230](https://redirect.github.com/mudler/LocalAI/pull/4230) - chore(model): add llama-sentient-3.2-3b-instruct to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4235](https://redirect.github.com/mudler/LocalAI/pull/4235) - chore(model): add qwen2.5-3b-smart-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4236](https://redirect.github.com/mudler/LocalAI/pull/4236) - chore(model): add l3.1-aspire-heart-matrix-8b to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4237](https://redirect.github.com/mudler/LocalAI/pull/4237) - chore(model): add dark-chivalry_v1.0-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4242](https://redirect.github.com/mudler/LocalAI/pull/4242) - chore(model): add qwen2.5-coder-32b-instruct-uncensored-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4241](https://redirect.github.com/mudler/LocalAI/pull/4241) - chore(model): add tulu-3.1-8b-supernova-i1 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4243](https://redirect.github.com/mudler/LocalAI/pull/4243) - chore(model): add steyrcannon-0.2-qwen2.5-72b to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4244](https://redirect.github.com/mudler/LocalAI/pull/4244) - chore(model-gallery): ⬆️ update checksum by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4261](https://redirect.github.com/mudler/LocalAI/pull/4261) - chore(model): add llama-3.1\_openscholar-8b to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4262](https://redirect.github.com/mudler/LocalAI/pull/4262) - chore(model): add rwkv-6-world-7b to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4270](https://redirect.github.com/mudler/LocalAI/pull/4270) - chore(model): add q2.5-ms-mistoria-72b-v2 model config by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4275](https://redirect.github.com/mudler/LocalAI/pull/4275) - chore(model): add llama-3.1-tulu-3-70b-dpo model config by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4276](https://redirect.github.com/mudler/LocalAI/pull/4276) - chore(model): add llama-3.1-tulu-3-8b-sft to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4277](https://redirect.github.com/mudler/LocalAI/pull/4277) - chore(model): add eva-qwen2.5-72b-v0.2 to the gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4278](https://redirect.github.com/mudler/LocalAI/pull/4278) - fix(rwkv model): add stoptoken by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4283](https://redirect.github.com/mudler/LocalAI/pull/4283) - chore(model gallery): add qwq-32b-preview by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4284](https://redirect.github.com/mudler/LocalAI/pull/4284) - chore(model gallery): add llama-smoltalk-3.2-1b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4285](https://redirect.github.com/mudler/LocalAI/pull/4285) - chore(model gallery): add q2.5-32b-slush-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4292](https://redirect.github.com/mudler/LocalAI/pull/4292) - chore(model gallery): add freyja-v4.95-maldv-7b-non-fiction-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4293](https://redirect.github.com/mudler/LocalAI/pull/4293) - chore(model gallery): add qwestion-24b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4294](https://redirect.github.com/mudler/LocalAI/pull/4294) - chore(model gallery): add volare-i1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4296](https://redirect.github.com/mudler/LocalAI/pull/4296) - chore(model gallery): add skywork-o1-open-llama-3.1-8b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4297](https://redirect.github.com/mudler/LocalAI/pull/4297) - chore(model gallery): add teleut-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4298](https://redirect.github.com/mudler/LocalAI/pull/4298) - chore(model gallery): add sparse-llama-3.1-8b-2of4 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4309](https://redirect.github.com/mudler/LocalAI/pull/4309) - chore(model gallery): add qwen2.5-7b-homercreative-mix by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4310](https://redirect.github.com/mudler/LocalAI/pull/4310) - chore(model gallery): add bggpt-gemma-2-2.6b-it-v1.0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4311](https://redirect.github.com/mudler/LocalAI/pull/4311) - chore(model gallery): add cybercore-qwen-2.1-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4314](https://redirect.github.com/mudler/LocalAI/pull/4314) - chore(model gallery): add chatty-harry_v3.0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4315](https://redirect.github.com/mudler/LocalAI/pull/4315) - chore(model gallery): add homercreativeanvita-mix-qw7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4316](https://redirect.github.com/mudler/LocalAI/pull/4316) - chore(model gallery): add flux.1-dev-ggml by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4317](https://redirect.github.com/mudler/LocalAI/pull/4317) - chore(model gallery): add bark-cpp-small by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4318](https://redirect.github.com/mudler/LocalAI/pull/4318) ##### 📖 Documentation and examples - docs: ⬆️ update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4105](https://redirect.github.com/mudler/LocalAI/pull/4105) - fix: [#​4215](https://redirect.github.com/mudler/LocalAI/issues/4215) 404 in documentation due to migrated configuration examples by [@​rmmonster](https://redirect.github.com/rmmonster) in [https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216) - chore(docs): integrating LocalAI with Microsoft Word by [@​GPTLocalhost](https://redirect.github.com/GPTLocalhost) in [https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218) - add new community integrations by [@​JackBekket](https://redirect.github.com/JackBekket) in [https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224) ##### 👒 Dependencies - chore: ⬆️ Update ggerganov/llama.cpp to `4b3a9212b602be3d4e2e3ca26efd796cef13c55e` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4106](https://redirect.github.com/mudler/LocalAI/pull/4106) - chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in /backend/python/transformers by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4117](https://redirect.github.com/mudler/LocalAI/pull/4117) - Revert "chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in /backend/python/transformers" by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4123](https://redirect.github.com/mudler/LocalAI/pull/4123) - chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4114](https://redirect.github.com/mudler/LocalAI/pull/4114) - chore(deps): Bump sentence-transformers from 3.2.0 to 3.3.0 in /backend/python/sentencetransformers by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4120](https://redirect.github.com/mudler/LocalAI/pull/4120) - chore: ⬆️ Update ggerganov/llama.cpp to `54ef9cfc726a799e6f454ac22c4815d037716eda` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4122](https://redirect.github.com/mudler/LocalAI/pull/4122) - chore: ⬆️ Update ggerganov/whisper.cpp to `f19463ece2d43fd0b605dc513d8800eeb4e2315e` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4139](https://redirect.github.com/mudler/LocalAI/pull/4139) - chore: ⬆️ Update ggerganov/llama.cpp to `fb4a0ec0833c71cff5a1a367ba375447ce6106eb` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4140](https://redirect.github.com/mudler/LocalAI/pull/4140) - chore(deps): bump llama-cpp to [`ae8de6d`](https://redirect.github.com/mudler/LocalAI/commit/ae8de6d50a09d49545e0afab2e50cc4acfb280e2) by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4157](https://redirect.github.com/mudler/LocalAI/pull/4157) - chore: ⬆️ Update ggerganov/llama.cpp to `883d206fbd2c5b2b9b589a9328503b9005e146c9` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4164](https://redirect.github.com/mudler/LocalAI/pull/4164) - chore(deps): bump grpcio to 1.68.0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4166](https://redirect.github.com/mudler/LocalAI/pull/4166) - chore: ⬆️ Update ggerganov/whisper.cpp to `01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4163](https://redirect.github.com/mudler/LocalAI/pull/4163) - chore: ⬆️ Update ggerganov/llama.cpp to `db4cfd5dbc31c90f0d5c413a2e182d068b8ee308` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4169](https://redirect.github.com/mudler/LocalAI/pull/4169) - chore(deps): Bump sentence-transformers from 3.3.0 to 3.3.1 in /backend/python/sentencetransformers by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4178](https://redirect.github.com/mudler/LocalAI/pull/4178) - chore: ⬆️ Update ggerganov/llama.cpp to `d3481e631661b5e9517f78908cdd58cee63c4903` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4196](https://redirect.github.com/mudler/LocalAI/pull/4196) - chore: ⬆️ Update ggerganov/whisper.cpp to `d24f981fb2fbf73ec7d72888c3129d1ed3f91916` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4195](https://redirect.github.com/mudler/LocalAI/pull/4195) - chore(deps): Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4182](https://redirect.github.com/mudler/LocalAI/pull/4182) - chore(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4183](https://redirect.github.com/mudler/LocalAI/pull/4183) - chore: ⬆️ Update ggerganov/whisper.cpp to `6266a9f9e56a5b925e9892acf650f3eb1245814d` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4202](https://redirect.github.com/mudler/LocalAI/pull/4202) - chore: ⬆️ Update ggerganov/llama.cpp to `9fe0fb062630728e3c21b5839e3bce87bff2440a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4203](https://redirect.github.com/mudler/LocalAI/pull/4203) - chore: ⬆️ Update ggerganov/llama.cpp to `9abe9eeae98b11fa93b82632b264126a010225ff` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4212](https://redirect.github.com/mudler/LocalAI/pull/4212) - chore: ⬆️ Update ggerganov/llama.cpp to `a5e47592b6171ae21f3eaa1aba6fb2b707875063` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4221](https://redirect.github.com/mudler/LocalAI/pull/4221) - chore: ⬆️ Update ggerganov/llama.cpp to `6dfcfef0787e9902df29f510b63621f60a09a50b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4227](https://redirect.github.com/mudler/LocalAI/pull/4227) - chore: ⬆️ Update ggerganov/llama.cpp to `55ed008b2de01592659b9eba068ea01bb2f72160` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4232](https://redirect.github.com/mudler/LocalAI/pull/4232) - chore: ⬆️ Update ggerganov/llama.cpp to `cce5a9007572c6e9fa522296b77571d2e5071357` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4238](https://redirect.github.com/mudler/LocalAI/pull/4238) - chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in /backend/python/openvoice by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4248](https://redirect.github.com/mudler/LocalAI/pull/4248) - chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /backend/python/openvoice by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4249](https://redirect.github.com/mudler/LocalAI/pull/4249) - chore(deps): Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4253](https://redirect.github.com/mudler/LocalAI/pull/4253) - chore(deps): bump llama.cpp to `47f931c8f9a26c072d71224bc8013cc66ea9e445` by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4263](https://redirect.github.com/mudler/LocalAI/pull/4263) - chore: ⬆️ Update ggerganov/llama.cpp to `30ec39832165627dd6ed98938df63adfc6e6a21a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4273](https://redirect.github.com/mudler/LocalAI/pull/4273) - chore: ⬆️ Update ggerganov/llama.cpp to `3ad5451f3b75809e3033e4e577b9f60bcaf6676a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4280](https://redirect.github.com/mudler/LocalAI/pull/4280) - chore: ⬆️ Update ggerganov/llama.cpp to `dc22344088a7ee81a1e4f096459b03a72f24ccdc` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4288](https://redirect.github.com/mudler/LocalAI/pull/4288) - chore: ⬆️ Update ggerganov/llama.cpp to `3a8e9af402f7893423bdab444aa16c5d9a2d429a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4290](https://redirect.github.com/mudler/LocalAI/pull/4290) - chore: ⬆️ Update ggerganov/llama.cpp to `0c39f44d70d058940fe2afe50cfc789e3e44d756` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4295](https://redirect.github.com/mudler/LocalAI/pull/4295) - chore: ⬆️ Update ggerganov/llama.cpp to `5e1ed95583ca552a98d8528b73e1ff81249c2bf9` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4299](https://redirect.github.com/mudler/LocalAI/pull/4299) - chore(deps): bump grpcio to 1.68.1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4301](https://redirect.github.com/mudler/LocalAI/pull/4301) - chore(deps): Bump docs/themes/hugo-theme-relearn from `28fce6b` to `be85052` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/4305](https://redirect.github.com/mudler/LocalAI/pull/4305) - chore: ⬆️ Update ggerganov/llama.cpp to `8648c521010620c2daccfa1d26015c668ba2c717` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4307](https://redirect.github.com/mudler/LocalAI/pull/4307) - chore: ⬆️ Update ggerganov/llama.cpp to `cc98896db858df7aa40d0e16a505883ef196a482` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4312](https://redirect.github.com/mudler/LocalAI/pull/4312) ##### Other Changes - chore: update jobresult_test.go by [@​eltociear](https://redirect.github.com/eltociear) in [https://github.com/mudler/LocalAI/pull/4124](https://redirect.github.com/mudler/LocalAI/pull/4124) - chore(linguist): add \*.hpp files to linguist-vendored by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4154](https://redirect.github.com/mudler/LocalAI/pull/4154) - chore(api): return values from schema by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4153](https://redirect.github.com/mudler/LocalAI/pull/4153) - feat(swagger): update swagger by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4155](https://redirect.github.com/mudler/LocalAI/pull/4155) - chore(Makefile): default to non-native builds for llama.cpp by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4173](https://redirect.github.com/mudler/LocalAI/pull/4173) - chore(refactor): imply modelpath by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4208](https://redirect.github.com/mudler/LocalAI/pull/4208) - chore(go.mod): tidy by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4209](https://redirect.github.com/mudler/LocalAI/pull/4209) - feat(swagger): update swagger by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/4211](https://redirect.github.com/mudler/LocalAI/pull/4211) - integrations: add Nextcloud by [@​meonkeys](https://redirect.github.com/meonkeys) in [https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233) - Revert "chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in /backend/python/openvoice" by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4267](https://redirect.github.com/mudler/LocalAI/pull/4267) - Revert "chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /back… by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4268](https://redirect.github.com/mudler/LocalAI/pull/4268) - chore(scripts): handle summarization errors by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/4271](https://redirect.github.com/mudler/LocalAI/pull/4271) ##### New Contributors - [@​mintyleaf](https://redirect.github.com/mintyleaf) made their first contribution in [https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197) - [@​rmmonster](https://redirect.github.com/rmmonster) made their first contribution in [https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216) - [@​GPTLocalhost](https://redirect.github.com/GPTLocalhost) made their first contribution in [https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218) - [@​JackBekket](https://redirect.github.com/JackBekket) made their first contribution in [https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224) - [@​meonkeys](https://redirect.github.com/meonkeys) made their first contribution in [https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0