feat(local-ai): update image docker.io/localai/localai v3.10.1 → v3.11.0 (#44656)

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

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`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! 🚀

<h1 align="center">
  <br>
<img height="300"
src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png">
  <br>
  <br>
</h1>

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").

<img width="1920" height="1820" alt="Screenshot 2026-02-07 at 23-32-00
LocalAI - Generate sound with ace-step-turbo"
src="https://github.com/user-attachments/assets/6cd1b169-f1c9-4c4e-b08d-219d6161f22d"
/>

***

##### 🎧 **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

<table>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalAI">
<img
src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png"
width="200" alt="LocalAI Logo">
        <h3>LocalAI</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>The free, Open Source OpenAI alternative. Drop-in replacement REST
API compatible with OpenAI specifications for local AI inferencing. No
GPU required.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalAI">https://github.com/mudler/LocalAI</a></p>
    </td>
  </tr>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalAGI">
<img
src="https://raw.githubusercontent.com/mudler/LocalAGI/refs/heads/main/webui/react-ui/public/logo_2.png"
width="200" alt="LocalAGI Logo">
         <h3>LocalAGI</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>Local AI agent management platform. Drop-in replacement for OpenAI's
Responses API, supercharged with advanced agentic capabilities and a
no-code UI.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalAGI">https://github.com/mudler/LocalAGI</a></p>
    </td>
  </tr>
  <tr>
    <td width="30%" valign="top" align="center">
      <a href="https://redirect.github.com/mudler/LocalRecall">
<img
src="https://raw.githubusercontent.com/mudler/LocalRecall/refs/heads/main/static/localrecall_horizontal.png"
width="200" alt="LocalRecall Logo">
         <h3>LocalRecall</h3>
      </a>
    </td>
    <td width="70%" valign="top">
<p>RESTful API and knowledge base management system providing persistent
memory and storage capabilities for AI agents. Works alongside LocalAI
and LocalAGI.</p>
<p><em>Link:</em> <a
href="https://redirect.github.com/mudler/LocalRecall">https://github.com/mudler/LocalRecall</a></p>
    </td>
  </tr>
</table>

***

##### ❤️ 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

<details>
<summary>📋 Click to expand full changelog</summary>

##### What's Changed
##### Breaking Changes 🛠
* chore(exllama): drop backend now almost deprecated by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8186](https://redirect.github.com/mudler/LocalAI/pull/8186)l/8186

##### Bug fixes 🐛
* fix(ui): correctly display selected image model by
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8188](https://redirect.github.com/mudler/LocalAI/pull/8188)l/8188
* feat(vibevoice): add ASR support by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8222](https://redirect.github.com/mudler/LocalAI/pull/8222)l/8222
* feat: add VoxCPM tts backend by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8109](https://redirect.github.com/mudler/LocalAI/pull/8109)l/8109
* feat(realtime): Add audio conversations by
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8207](https://redirect.github.com/mudler/LocalAI/pull/8207)l/8207
* chore(model gallery): 🤖 add 1 new models via gallery agent by
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;richie[https://github.com/mudler/LocalAI/pull/8265](https://redirect.github.com/mudler/LocalAI/pull/8265)l/8265
* chore(model-gallery): ⬆️ update checksum by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8285](https://redirect.github.com/mudler/LocalAI/pull/8285)l/8285
* chore(model-gallery): ⬆️ update checksum by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8307](https://redirect.github.com/mudler/LocalAI/pull/8307)l/8307
* chore(model gallery): 🤖 add 1 new models via gallery agent by
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8374](https://redirect.github.com/mudler/LocalAI/pull/8374)l/8374
* chore(model gallery): 🤖 add 1 new models via gallery agent by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8381](https://redirect.github.com/mudler/LocalAI/pull/8381)l/8381
* chore(model-gallery): ⬆️ update checksum by
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8180](https://redirect.github.com/mudler/LocalAI/pull/8180)l/8180
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8182](https://redirect.github.com/mudler/LocalAI/pull/8182)l/8182
* chore: ⬆️ Update ggml-org/llama.cpp to
`557515be1e93ed8939dd8a7c7d08765fdbe8be31` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8183](https://redirect.github.com/mudler/LocalAI/pull/8183)l/8183
* chore: ⬆️ Update leejet/stable-diffusion.cpp to
`fa61ea744d1a87fa26a63f8a86e45587bc9534d6` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8184](https://redirect.github.com/mudler/LocalAI/pull/8184)l/8184
* chore: ⬆️ Update ggml-org/llama.cpp to
`bb02f74c612064947e51d23269a1cf810b67c9a7` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8196](https://redirect.github.com/mudler/LocalAI/pull/8196)l/8196
* chore: ⬆️ Update leejet/stable-diffusion.cpp to
`43e829f21966abb96b08c712bccee872dc820914` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8215](https://redirect.github.com/mudler/LocalAI/pull/8215)l/8215
* chore: ⬆️ Update ggml-org/llama.cpp to
`0440bfd1605333726ea0fb7a836942660bf2f9a6` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8216](https://redirect.github.com/mudler/LocalAI/pull/8216)l/8216
* chore: ⬆️ Update ggml-org/llama.cpp to
`8f80d1b254aef70a0959e314be368d05debe7294` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8229](https://redirect.github.com/mudler/LocalAI/pull/8229)l/8229
* chore: ⬆️ Update ggml-org/llama.cpp to
`2b4cbd2834e427024bc7f935a1f232aecac6679b` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8258](https://redirect.github.com/mudler/LocalAI/pull/8258)l/8258
* chore: ⬆️ Update leejet/stable-diffusion.cpp to
`e411520407663e1ddf8ff2e5ed4ff3a116fbbc97` by
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8275](https://redirect.github.com/mudler/LocalAI/pull/8275)l/8275
* chore: ⬆️ Update ggml-org/llama.cpp to
`4fdbc1e4dba428ce0cf9d2ac22232dc170bbca82` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8283](https://redirect.github.com/mudler/LocalAI/pull/8283)l/8283
* feat(swagger): update swagger by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8304](https://redirect.github.com/mudler/LocalAI/pull/8304)l/8304
* chore: ⬆️ Update ggml-org/whisper.cpp to
`aa1bc0d1a6dfd70dbb9f60c11df12441e03a9075` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8305](https://redirect.github.com/mudler/LocalAI/pull/8305)l/8305
* chore: ⬆️ Update ggml-org/llama.cpp to
`1488339138d609139c4400d1b80f8a5b1a9a203c` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8306](https://redirect.github.com/mudler/LocalAI/pull/8306)l/8306
* chore: ⬆️ Update ggml-org/llama.cpp to
`41ea26144e55d23f37bb765f88c07588d786567f` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8317](https://redirect.github.com/mudler/LocalAI/pull/8317)l/8317
* chore: ⬆️ Update ggml-org/llama.cpp to
`2634ed207a17db1a54bd8df0555bd8499a6ab691` by
@&#8203;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
@&#8203;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
@&#8203;JonasBerna[https://github.com/mudler/LocalAI/pull/8390](https://redirect.github.com/mudler/LocalAI/pull/8390)l/8390
* chore: ⬆️ Update ggml-org/whisper.cpp to
`941bdabbe4561bc6de68981aea01bc5ab05781c5` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8398](https://redirect.github.com/mudler/LocalAI/pull/8398)l/8398
* chore: ⬆️ Update ggml-org/llama.cpp to
`b536eb023368701fe3564210440e2df6151c3e65` by
@&#8203;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
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/8412](https://redirect.github.com/mudler/LocalAI/pull/8412)l/8412
* feat(swagger): update swagger by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8418](https://redirect.github.com/mudler/LocalAI/pull/8418)l/8418
* chore: ⬆️ Update ggml-org/llama.cpp to
`22cae832188a1f08d18bd0a707a4ba5cd03c7349` by
@&#8203;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
@&#8203;richie[https://github.com/mudler/LocalAI/pull/8426](https://redirect.github.com/mudler/LocalAI/pull/8426)l/8426
* chore: ⬆️ Update ggml-org/llama.cpp to
`b83111815e9a79949257e9d4b087206b320a3063` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8434](https://redirect.github.com/mudler/LocalAI/pull/8434)l/8434
* chore: ⬆️ Update ggml-org/llama.cpp to
`8872ad2125336d209a9911a82101f80095a9831d` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/8448](https://redirect.github.com/mudler/LocalAI/pull/8448)l/8448

</details>

##### New Contributors
* @&#8203;nanoandrew4 made their first
contributi[https://github.com/mudler/LocalAI/pull/8318](https://redirect.github.com/mudler/LocalAI/pull/8318)l/8318
* @&#8203;acon96 made their first
contributi[https://github.com/mudler/LocalAI/pull/8341](https://redirect.github.com/mudler/LocalAI/pull/8341)l/8341
* @&#8203;eureka928 made their first
contributi[https://github.com/mudler/LocalAI/pull/8299](https://redirect.github.com/mudler/LocalAI/pull/8299)l/8299
* @&#8203;JonasBernard made their first
contributi[https://github.com/mudler/LocalAI/pull/8390](https://redirect.github.com/mudler/LocalAI/pull/8390)l/8390
* @&#8203;Yaroslav98214 made their first
contributi[https://github.com/mudler/LocalAI/pull/8397](https://redirect.github.com/mudler/LocalAI/pull/8397)l/8397

**Full Changelog**:
<https://github.com/mudler/LocalAI/compare/v3.10.1...v3.11.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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2xvY2FsLWFpIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-02-08 00:18:27 +01:00
committed by GitHub
parent 8b0d65367e
commit 31b6c39796
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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