Migrating to LocalAI v3.11.0
Version v3.11.0 introduces 2 breaking changes. This guide details how to update your code.
Released: 2/7/2026
2
Breaking Changes
2
Migration Steps
12
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
ExLlamaBarkWhisperXVibeVoiceQwen-ASRNvidia NeMoVoxCPMQwen-TTSPiperAce-StepvLLM OmniMLXBreaking Changes
●Issue #1
The ExLlama backend has been removed because it is deprecated in favor of newer loaders like ExLlamaV2 or llama.cpp.
●Issue #2
The Bark backend has been removed because the upstream project is unmaintained; users should switch to the new TTS alternatives.
Migration Steps
- 1If you were using the ExLlama backend, migrate to ExLlamaV2 or llama.cpp.
- 2If you were using the Bark TTS backend, migrate to one of the new TTS alternatives (e.g., VoxCPM, Qwen-TTS, Piper).
Release Summary
LocalAI 3.11.0 is a massive update focused on Audio and Multimodal capabilities, introducing Realtime Audio Conversations and expanding ASR/TTS backends. This release also removes the unmaintained Bark and deprecated ExLlama backends.
Need More Details?
View the full release notes and all changes for LocalAI v3.11.0.
View Full Changelog