From 31b6c39796d7adbbe71699a827829e9b433170b3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 8 Feb 2026 00:18:27 +0100 Subject: [PATCH] =?UTF-8?q?feat(local-ai):=20update=20image=20docker.io/lo?= =?UTF-8?q?calai/localai=20v3.10.1=20=E2=86=92=20v3.11.0=20(#44656)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `f19f659` → `89955bf` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `01b05d2` → `3a6f65a` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `2a5cd6f` → `5d585ef` | --- > [!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
mudler/LocalAI (docker.io/localai/localai) ### [`v3.11.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v3.10.1...v3.11.0) ##### 🎉 LocalAI 3.11.0 Release! 🚀




LocalAI 3.11.0 is a massive update for **Audio and Multimodal capabilities**. We are introducing **Realtime Audio Conversations**, a dedicated **Music Generation UI**, and a massive expansion of **ASR (Speech-to-Text)** and **TTS** backends. Whether you want to talk to your AI, clone voices, transcribe with speaker identification, or generate songs, this release has you covered. Check out the highlights below! *** ##### 📌 TL;DR | Feature | Summary | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | **Realtime Audio** | Native support for **audio conversations**, enabling fluid voice interactions similar to OpenAI's Realtime API. [Documentation](https://localai.io/features/openai-realtime/) | | **Music Generation UI** | New UI interface for **MusicGen** (Ace-Step), allowing you to generate music from text prompts directly in the browser. | | **New ASR Backends** | Added **WhisperX** (with Speaker Diarization), **VibeVoice**, **Qwen-ASR**, and **Nvidia NeMo**. | | **TTS Streaming** | Text-to-Speech now supports **streaming mode** for lower latency responses. (VoxCPM only for now) | | **vLLM Omni** | Added support for **vLLM Omni**, expanding our high-performance inference capabilities. | | **Speaker Diarization** | Native support for identifying different speakers in transcriptions via **WhisperX**. | | **Hardware Expansion** | Expanded build support for CUDA 12/13, L4T (Jetson), SBSA, and better Metal (Apple Silicon) integration with MLX backends | | **Breaking Changes** | **ExLlama** (deprecated) and **Bark** (unmaintained) backends have been removed. | *** ##### 🚀 New Features & Major Enhancements ##### 🎙️ **Realtime Audio Conversations** LocalAI 3.11.0 introduces native support for **Realtime Audio Conversations**. - Enables fluid, low-latency voice interaction with agents. - Logic handled directly within the LocalAI pipeline for seamless audio-in/audio-out workflows. - Support for STT/TTS and voice-to-voice models (experimental) - Support for tool calls > 🗣️ **Talk to your LocalAI**: This brings us one step closer to a fully local, voice-native assistant experience compatible with standard client implementations. Check [here](https://localai.io/features/openai-realtime/) for detailed documentation. *** ##### 🎵 **Music Generation UI & Ace-Step** We have added a dedicated interface for music generation! - **New Backend**: Support for **Ace-Step** (MusicGen) via the `ace-step` backend. - **Web UI Integration**: Generate musical clips directly from the LocalAI Web UI. - Simple text-to-music workflow (e.g., "Lo-fi hip hop beat for studying"). Screenshot 2026-02-07 at 23-32-00
LocalAI - Generate sound with ace-step-turbo *** ##### 🎧 **Massive ASR (Speech-to-Text) Expansion** This release significantly broadens our transcription capabilities with **four new backends**: 1. **WhisperX**: Provides fast transcription with **Speaker Diarization** (identifying who is speaking). 2. **VibeVoice**: Now supports also ASR alongside TTS. 3. **Qwen-ASR**: Support for Qwen's powerful speech recognition models. 4. **Nvidia NeMo**: Initial support for NeMo ASR. *** ##### 🗣️ **TTS Streaming & New Voices** Text-to-Speech gets a speed boost and new options: - **Streaming Support**: TTS endpoints now support streaming, reducing the "time-to-first-audio" significantly. - **VoxCPM**: Added support for the VoxCPM backend. - **Qwen-TTS**: Added support for Qwen-TTS models - **Piper Voices**: Added most remaining Piper voices from Hugging Face to the gallery. *** ##### 🛠️ **Hardware & Backend Updates** - **vLLM Omni**: A new backend integration for vLLM Omni models. - **Extended Platform Support**: Major work on MLX to improve compatibility across CUDA 12, CUDA 13, L4T (Nvidia Jetson), SBSA, and macOS Metal. - **GGUF Cleanup**: Dropped redundant VRAM estimation logic for GGUF loading, relying on more accurate internal measurements. *** ##### ⚠️ **Breaking Changes** To keep the project lean and maintainable, we have removed some older backends: - **ExLlama**: Removed (deprecated in favor of newer loaders like ExLlamaV2 or llama.cpp). - **Bark**: Removed (the upstream project is unmaintained; we recommend using the new TTS alternatives). *** ##### 🚀 The Complete Local Stack for Privacy-First AI
LocalAI Logo

LocalAI

The free, Open Source OpenAI alternative. Drop-in replacement REST API compatible with OpenAI specifications for local AI inferencing. No GPU required.

Link: https://github.com/mudler/LocalAI

LocalAGI Logo

LocalAGI

Local AI agent management platform. Drop-in replacement for OpenAI's Responses API, supercharged with advanced agentic capabilities and a no-code UI.

Link: https://github.com/mudler/LocalAGI

LocalRecall Logo

LocalRecall

RESTful API and knowledge base management system providing persistent memory and storage capabilities for AI agents. Works alongside LocalAI and LocalAGI.

Link: https://github.com/mudler/LocalRecall

*** ##### ❤️ Thank You LocalAI is a true FOSS movement — built by contributors, powered by community. If you believe in privacy-first AI: - ✅ **Star** the repo - 💬 **Contribute** code, docs, or feedback - 📣 **Share** with others Your support keeps this stack alive. *** ##### ✅ Full Changelog
📋 Click to expand full changelog ##### What's Changed ##### Breaking Changes 🛠 * chore(exllama): drop backend now almost deprecated by @​mudl[https://github.com/mudler/LocalAI/pull/8186](https://redirect.github.com/mudler/LocalAI/pull/8186)l/8186 ##### Bug fixes :bug: * fix(ui): correctly display selected image model by @​dedy[https://github.com/mudler/LocalAI/pull/8208](https://redirect.github.com/mudler/LocalAI/pull/8208)l/8208 * fix(ui): take account of reasoning in token count calculation by @​mudl[https://github.com/mudler/LocalAI/pull/8324](https://redirect.github.com/mudler/LocalAI/pull/8324)l/8324 * fix: drop gguf VRAM estimation (now redundant) by @​mudl[https://github.com/mudler/LocalAI/pull/8325](https://redirect.github.com/mudler/LocalAI/pull/8325)l/8325 * fix(api): Add missing field in initial OpenAI streaming response by @​acon[https://github.com/mudler/LocalAI/pull/8341](https://redirect.github.com/mudler/LocalAI/pull/8341)l/8341 * fix(realtime): Include noAction function in prompt template and handle tool_choice by @​richie[https://github.com/mudler/LocalAI/pull/8372](https://redirect.github.com/mudler/LocalAI/pull/8372)l/8372 * fix: filter GGUF and GGML files from model list by @​Yaroslav982[https://github.com/mudler/LocalAI/pull/8397](https://redirect.github.com/mudler/LocalAI/pull/8397)l/8397 * fix(qwen-asr): Remove contagious slop (DEFAULT_GOAL) from Makefile by @​richie[https://github.com/mudler/LocalAI/pull/8431](https://redirect.github.com/mudler/LocalAI/pull/8431)l/8431 ##### Exciting New Features 🎉 * feat(vllm-omni): add new backend by @​mudl[https://github.com/mudler/LocalAI/pull/8188](https://redirect.github.com/mudler/LocalAI/pull/8188)l/8188 * feat(vibevoice): add ASR support by @​mudl[https://github.com/mudler/LocalAI/pull/8222](https://redirect.github.com/mudler/LocalAI/pull/8222)l/8222 * feat: add VoxCPM tts backend by @​mudl[https://github.com/mudler/LocalAI/pull/8109](https://redirect.github.com/mudler/LocalAI/pull/8109)l/8109 * feat(realtime): Add audio conversations by @​richie[https://github.com/mudler/LocalAI/pull/6245](https://redirect.github.com/mudler/LocalAI/pull/6245)l/6245 * feat(qwen-asr): add support to qwen-asr by @​mudl[https://github.com/mudler/LocalAI/pull/8281](https://redirect.github.com/mudler/LocalAI/pull/8281)l/8281 * feat(tts): add support for streaming mode by @​mudl[https://github.com/mudler/LocalAI/pull/8291](https://redirect.github.com/mudler/LocalAI/pull/8291)l/8291 * feat(api): Add transcribe response format request parameter & adjust STT backends by @​nanoandre[https://github.com/mudler/LocalAI/pull/8318](https://redirect.github.com/mudler/LocalAI/pull/8318)l/8318 * feat(whisperx): add whisperx backend for transcription with speaker diarization by @​eureka9[https://github.com/mudler/LocalAI/pull/8299](https://redirect.github.com/mudler/LocalAI/pull/8299)l/8299 * feat(mlx): Add support for CUDA12, CUDA13, L4T, SBSA and CPU by @​mudl[https://github.com/mudler/LocalAI/pull/8380](https://redirect.github.com/mudler/LocalAI/pull/8380)l/8380 * feat(musicgen): add ace-step and UI interface by @​mudl[https://github.com/mudler/LocalAI/pull/8396](https://redirect.github.com/mudler/LocalAI/pull/8396)l/8396 * fix(api)!: Stop model prior to deletion by @​nanoandre[https://github.com/mudler/LocalAI/pull/8422](https://redirect.github.com/mudler/LocalAI/pull/8422)l/8422 * feat(nemo): add Nemo (only asr for now) backend by @​mudl[https://github.com/mudler/LocalAI/pull/8436](https://redirect.github.com/mudler/LocalAI/pull/8436)l/8436 ##### 🧠 Models * chore(model gallery): add qwen3-tts to model gallery by @​mudl[https://github.com/mudler/LocalAI/pull/8187](https://redirect.github.com/mudler/LocalAI/pull/8187)l/8187 * chore(model gallery): Add most of not yet present Piper voices from Hugging Face by @​ramp[https://github.com/mudler/LocalAI/pull/8202](https://redirect.github.com/mudler/LocalAI/pull/8202)l/8202 * chore: drop bark which is unmaintained by @​mudl[https://github.com/mudler/LocalAI/pull/8207](https://redirect.github.com/mudler/LocalAI/pull/8207)l/8207 * chore(model gallery): :robot: add 1 new models via gallery agent by @​localai-b[https://github.com/mudler/LocalAI/pull/8220](https://redirect.github.com/mudler/LocalAI/pull/8220)l/8220 * chore(model gallery): Add entry for Mistral Small 3.1 with mmproj by @​ramp[https://github.com/mudler/LocalAI/pull/8247](https://redirect.github.com/mudler/LocalAI/pull/8247)l/8247 * chore(model gallery): Add entry for Magistral Small 1.2 with mmproj by @​ramp[https://github.com/mudler/LocalAI/pull/8248](https://redirect.github.com/mudler/LocalAI/pull/8248)l/8248 * chore(model gallery): Add mistral-community/pixtral-12b with mmproj by @​ramp[https://github.com/mudler/LocalAI/pull/8245](https://redirect.github.com/mudler/LocalAI/pull/8245)l/8245 * chore(model gallery): add z-image and z-image-turbo for diffusers by @​mudl[https://github.com/mudler/LocalAI/pull/8260](https://redirect.github.com/mudler/LocalAI/pull/8260)l/8260 * fix(qwen3): Be explicit with function calling format by @​richie[https://github.com/mudler/LocalAI/pull/8265](https://redirect.github.com/mudler/LocalAI/pull/8265)l/8265 * chore(model-gallery): :arrow_up: update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/8285](https://redirect.github.com/mudler/LocalAI/pull/8285)l/8285 * chore(model-gallery): :arrow_up: update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/8307](https://redirect.github.com/mudler/LocalAI/pull/8307)l/8307 * chore(model gallery): :robot: add 1 new models via gallery agent by @​localai-b[https://github.com/mudler/LocalAI/pull/8321](https://redirect.github.com/mudler/LocalAI/pull/8321)l/8321 * chore(model gallery): Rename downloaded filename for Magistral Small mmproj by @​ramp[https://github.com/mudler/LocalAI/pull/8327](https://redirect.github.com/mudler/LocalAI/pull/8327)l/8327 * chore(model gallery): Add Qwen 3 VL 8B thinking & instruct by @​ramp[https://github.com/mudler/LocalAI/pull/8329](https://redirect.github.com/mudler/LocalAI/pull/8329)l/8329 * feat(metal): try to extend support to remaining backends by @​mudl[https://github.com/mudler/LocalAI/pull/8374](https://redirect.github.com/mudler/LocalAI/pull/8374)l/8374 * chore(model gallery): :robot: add 1 new models via gallery agent by @​localai-b[https://github.com/mudler/LocalAI/pull/8381](https://redirect.github.com/mudler/LocalAI/pull/8381)l/8381 * chore(model-gallery): :arrow_up: update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/8420](https://redirect.github.com/mudler/LocalAI/pull/8420)l/8420 * chore(models): Add Qwen TTS 0.6b by @​richie[https://github.com/mudler/LocalAI/pull/8428](https://redirect.github.com/mudler/LocalAI/pull/8428)l/8428 ##### 👒 Dependencies * chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/bark in the pip group across 1 directory by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8175](https://redirect.github.com/mudler/LocalAI/pull/8175)l/8175 * chore: re-enable e2e tests, fixups anthropic API tools support by @​mudl[https://github.com/mudler/LocalAI/pull/8296](https://redirect.github.com/mudler/LocalAI/pull/8296)l/8296 * chore(cuda): target 12.8 for 12 to increase compatibility by @​mudl[https://github.com/mudler/LocalAI/pull/8297](https://redirect.github.com/mudler/LocalAI/pull/8297)l/8297 * chore(deps): bump appleboy/ssh-action from 1.2.4 to 1.2.5 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8352](https://redirect.github.com/mudler/LocalAI/pull/8352)l/8352 * chore(deps): bump torch from 2.7.0 to 2.7.1+xpu in /backend/python/vllm in the pip group across 1 directory by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8360](https://redirect.github.com/mudler/LocalAI/pull/8360)l/8360 * chore(deps): bump go.opentelemetry.io/otel/metric from 1.39.0 to 1.40.0 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8353](https://redirect.github.com/mudler/LocalAI/pull/8353)l/8353 * chore(deps): bump github.com/anthropics/anthropic-sdk-go from 1.19.0 to 1.20.0 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8355](https://redirect.github.com/mudler/LocalAI/pull/8355)l/8355 * chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /backend/python/transformers by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8356](https://redirect.github.com/mudler/LocalAI/pull/8356)l/8356 * chore(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.39.0 to 1.40.0 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8354](https://redirect.github.com/mudler/LocalAI/pull/8354)l/8354 * chore(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.61.0 to 0.62.0 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8359](https://redirect.github.com/mudler/LocalAI/pull/8359)l/8359 * chore(deps): bump sentence-transformers from 5.2.0 to 5.2.2 in /backend/python/transformers by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8358](https://redirect.github.com/mudler/LocalAI/pull/8358)l/8358 * chore(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8357](https://redirect.github.com/mudler/LocalAI/pull/8357)l/8357 * chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/rerankers in the pip group across 1 directory by @​dependabot[bo[https://github.com/mudler/LocalAI/pull/8407](https://redirect.github.com/mudler/LocalAI/pull/8407)l/8407 * feat(audio): set audio content type by @​mudl[https://github.com/mudler/LocalAI/pull/8416](https://redirect.github.com/mudler/LocalAI/pull/8416)l/8416 ##### Other Changes * Revert "chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/bark in the pip group across 1 directory" by @​mudl[https://github.com/mudler/LocalAI/pull/8180](https://redirect.github.com/mudler/LocalAI/pull/8180)l/8180 * docs: :arrow_up: update docs version mudler/LocalAI by @​localai-b[https://github.com/mudler/LocalAI/pull/8182](https://redirect.github.com/mudler/LocalAI/pull/8182)l/8182 * chore: :arrow_up: Update ggml-org/llama.cpp to `557515be1e93ed8939dd8a7c7d08765fdbe8be31` by @​localai-b[https://github.com/mudler/LocalAI/pull/8183](https://redirect.github.com/mudler/LocalAI/pull/8183)l/8183 * chore: :arrow_up: Update leejet/stable-diffusion.cpp to `fa61ea744d1a87fa26a63f8a86e45587bc9534d6` by @​localai-b[https://github.com/mudler/LocalAI/pull/8184](https://redirect.github.com/mudler/LocalAI/pull/8184)l/8184 * chore: :arrow_up: Update ggml-org/llama.cpp to `bb02f74c612064947e51d23269a1cf810b67c9a7` by @​localai-b[https://github.com/mudler/LocalAI/pull/8196](https://redirect.github.com/mudler/LocalAI/pull/8196)l/8196 * chore: :arrow_up: Update leejet/stable-diffusion.cpp to `43e829f21966abb96b08c712bccee872dc820914` by @​localai-b[https://github.com/mudler/LocalAI/pull/8215](https://redirect.github.com/mudler/LocalAI/pull/8215)l/8215 * chore: :arrow_up: Update ggml-org/llama.cpp to `0440bfd1605333726ea0fb7a836942660bf2f9a6` by @​localai-b[https://github.com/mudler/LocalAI/pull/8216](https://redirect.github.com/mudler/LocalAI/pull/8216)l/8216 * chore: :arrow_up: Update ggml-org/llama.cpp to `8f80d1b254aef70a0959e314be368d05debe7294` by @​localai-b[https://github.com/mudler/LocalAI/pull/8229](https://redirect.github.com/mudler/LocalAI/pull/8229)l/8229 * chore: :arrow_up: Update ggml-org/llama.cpp to `2b4cbd2834e427024bc7f935a1f232aecac6679b` by @​localai-b[https://github.com/mudler/LocalAI/pull/8258](https://redirect.github.com/mudler/LocalAI/pull/8258)l/8258 * chore: :arrow_up: Update leejet/stable-diffusion.cpp to `e411520407663e1ddf8ff2e5ed4ff3a116fbbc97` by @​localai-b[https://github.com/mudler/LocalAI/pull/8274](https://redirect.github.com/mudler/LocalAI/pull/8274)l/8274 * chore(llama.cpp): bump to 'f6b533d898ce84bae8d9fa8dfc6697ac087800bf' by @​mudl[https://github.com/mudler/LocalAI/pull/8275](https://redirect.github.com/mudler/LocalAI/pull/8275)l/8275 * chore: :arrow_up: Update ggml-org/llama.cpp to `4fdbc1e4dba428ce0cf9d2ac22232dc170bbca82` by @​localai-b[https://github.com/mudler/LocalAI/pull/8283](https://redirect.github.com/mudler/LocalAI/pull/8283)l/8283 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/8304](https://redirect.github.com/mudler/LocalAI/pull/8304)l/8304 * chore: :arrow_up: Update ggml-org/whisper.cpp to `aa1bc0d1a6dfd70dbb9f60c11df12441e03a9075` by @​localai-b[https://github.com/mudler/LocalAI/pull/8305](https://redirect.github.com/mudler/LocalAI/pull/8305)l/8305 * chore: :arrow_up: Update ggml-org/llama.cpp to `1488339138d609139c4400d1b80f8a5b1a9a203c` by @​localai-b[https://github.com/mudler/LocalAI/pull/8306](https://redirect.github.com/mudler/LocalAI/pull/8306)l/8306 * chore: :arrow_up: Update ggml-org/llama.cpp to `41ea26144e55d23f37bb765f88c07588d786567f` by @​localai-b[https://github.com/mudler/LocalAI/pull/8317](https://redirect.github.com/mudler/LocalAI/pull/8317)l/8317 * chore: :arrow_up: Update ggml-org/llama.cpp to `2634ed207a17db1a54bd8df0555bd8499a6ab691` by @​localai-b[https://github.com/mudler/LocalAI/pull/8336](https://redirect.github.com/mudler/LocalAI/pull/8336)l/8336 * Revert "chore(deps): bump torch from 2.7.0 to 2.7.1+xpu in /backend/python/vllm in the pip group across 1 directory" by @​mudl[https://github.com/mudler/LocalAI/pull/8367](https://redirect.github.com/mudler/LocalAI/pull/8367)l/8367 * fix(docs): Promote DEBUG=false in production docker compose by @​JonasBerna[https://github.com/mudler/LocalAI/pull/8390](https://redirect.github.com/mudler/LocalAI/pull/8390)l/8390 * chore: :arrow_up: Update ggml-org/whisper.cpp to `941bdabbe4561bc6de68981aea01bc5ab05781c5` by @​localai-b[https://github.com/mudler/LocalAI/pull/8398](https://redirect.github.com/mudler/LocalAI/pull/8398)l/8398 * chore: :arrow_up: Update ggml-org/llama.cpp to `b536eb023368701fe3564210440e2df6151c3e65` by @​localai-b[https://github.com/mudler/LocalAI/pull/8399](https://redirect.github.com/mudler/LocalAI/pull/8399)l/8399 * Revert "chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/rerankers in the pip group across 1 directory" by @​mudl[https://github.com/mudler/LocalAI/pull/8412](https://redirect.github.com/mudler/LocalAI/pull/8412)l/8412 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/8418](https://redirect.github.com/mudler/LocalAI/pull/8418)l/8418 * chore: :arrow_up: Update ggml-org/llama.cpp to `22cae832188a1f08d18bd0a707a4ba5cd03c7349` by @​localai-b[https://github.com/mudler/LocalAI/pull/8419](https://redirect.github.com/mudler/LocalAI/pull/8419)l/8419 * chore(docs): Document using a local model gallery by @​richie[https://github.com/mudler/LocalAI/pull/8426](https://redirect.github.com/mudler/LocalAI/pull/8426)l/8426 * chore: :arrow_up: Update ggml-org/llama.cpp to `b83111815e9a79949257e9d4b087206b320a3063` by @​localai-b[https://github.com/mudler/LocalAI/pull/8434](https://redirect.github.com/mudler/LocalAI/pull/8434)l/8434 * chore: :arrow_up: Update ggml-org/llama.cpp to `8872ad2125336d209a9911a82101f80095a9831d` by @​localai-b[https://github.com/mudler/LocalAI/pull/8448](https://redirect.github.com/mudler/LocalAI/pull/8448)l/8448
##### New Contributors * @​nanoandrew4 made their first contributi[https://github.com/mudler/LocalAI/pull/8318](https://redirect.github.com/mudler/LocalAI/pull/8318)l/8318 * @​acon96 made their first contributi[https://github.com/mudler/LocalAI/pull/8341](https://redirect.github.com/mudler/LocalAI/pull/8341)l/8341 * @​eureka928 made their first contributi[https://github.com/mudler/LocalAI/pull/8299](https://redirect.github.com/mudler/LocalAI/pull/8299)l/8299 * @​JonasBernard made their first contributi[https://github.com/mudler/LocalAI/pull/8390](https://redirect.github.com/mudler/LocalAI/pull/8390)l/8390 * @​Yaroslav98214 made their first contributi[https://github.com/mudler/LocalAI/pull/8397](https://redirect.github.com/mudler/LocalAI/pull/8397)l/8397 **Full Changelog**:
--- ### 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. --- - [ ] 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). --- charts/stable/local-ai/Chart.yaml | 4 ++-- charts/stable/local-ai/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 7b85c275275..b69e2784fa1 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 3.10.1 +appVersion: 3.11.0 dependencies: - name: common version: 28.29.49 @@ -41,5 +41,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 16.48.12 +version: 16.51.0 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 179114d8a8c..982410cdfe7 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v3.10.1@sha256:2a5cd6f2e1578297a8cb5d2d150508e00efc54548f433920ec1f9f4ce43e4e30 + tag: v3.11.0@sha256:5d585ef98040ca97b2d31c895d788930534ea4af47696f78b721a6eadc877bf1 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent @@ -25,7 +25,7 @@ cublasCuda11FfmpegImage: allInOneCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v3.10.1-aio-gpu-nvidia-cuda-12@sha256:01b05d27876a8e2d6f207b13943b94b13bee44cc523206caaf324fb6d05f9393 + tag: v3.11.0-aio-gpu-nvidia-cuda-12@sha256:3a6f65aac3057f7f49eb4bd3d69541e740fb3055755bfa1eb2a28a73147216a0 allInOneCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent @@ -33,7 +33,7 @@ allInOneCuda11Image: allInOneCpuImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v3.10.1-aio-cpu@sha256:f19f6596f32600778edf40805e16d5bb08a1c04f2e9f5d719b536bb30c7a60d7 + tag: v3.11.0-aio-cpu@sha256:89955bf3ecb8e72f8864baad3efc3034ec8b6c0d45102e50f6f47b11a4e6c155 securityContext: container: runAsNonRoot: false