This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | major | `de25f28` -> `4975941` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | major | `b8365ec` -> `3f9ed8d` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | major | `85d5b0c` -> `5cd1a8d` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | major | `1dd96ee` -> `ad89be3` | --- > [!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.0.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.29.0...v3.0.0) <h1 align="center"> <br> <img height="300" src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png"> <br> <br> 🚀 LocalAI 3.0 – A New Era Begins </h1> Say hello to LocalAI 3.0 — our most ambitious release yet! We’ve taken huge strides toward making LocalAI not just local, but limitless. Whether you're building LLM-powered agents, experimenting with audio pipelines, or deploying multimodal backends at scale — this release is for you. Let’s walk you through what’s new. (And yes, there’s a lot to love.) ##### TL;DR – What’s New in LocalAI 3.0.0 🎉 - 🧩 Backend Gallery: Install/remove backends on the fly, powered by OCI images — fully customizable and API-driven. - 🎙️ Audio Support: Upload audio, PDFs, or text in the UI — plus new audio understanding models like Qwen Omni. - 🌐 Realtime API: WebSocket support compatible with OpenAI clients, great for chat apps and agents. - 🧠 Reasoning UI Boosts: Thinking indicators now show in chat for smart models. - 📊 Dynamic VRAM Handling: Smarter GPU usage with automatic offloading. - 🦙 Llama.cpp Upgrades: Now with reranking + multimodal via libmtmd. - 📦 50+ New Models: Huge model gallery update with fresh LLMs across categories. - 🐞 Bug Fixes: Streamed runes, template stability, better backend gallery UX. - ❌ Deprecated: Extras images — replaced by the new backend system. 👉 Dive into the full changelog and docs below to explore more! ##### 🧩 Introducing the Backend Gallery — Plug, Play, Power Up  No more hunting for dependencies or custom hacks. With the new Backend Gallery, you can now: - Install & remove backends at runtime or startup via API or directly from the WebUI - Use custom galleries, just like you do for models - Enjoy zero-config access to the default LocalAI gallery Backends are standard OCI images — portable, composable, and totally DIY-friendly. Goodbye to "extras images" — hello to full backend modularity, even with Python-based dependencies. 📖 [Explore the Backend Gallery Docs](https://localai.io/backends) ##### ⚠️ Important: Breaking Changes From this release we will stop pushing `-extra` images containing python backends. You can now use standard images, and you will have only to pick the ones that are suited for your GPU. Additional backends can be installed via the backend gallery. Here below some examples, note that the CI is still publishing the images so won't be available until jobs are processed, and the installation scripts will be updated right after images are publicly available. ##### CPU only image: ```bash docker run -ti --name local-ai -p 8080:8080 localai/localai:latest ``` ##### NVIDIA GPU Images: ```bash ##### CUDA 12 docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12 ##### CUDA 11 docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-11 ##### NVIDIA Jetson (L4T) ARM64 docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-nvidia-l4t-arm64 ``` ##### AMD GPU Images (ROCm): ```bash docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-gpu-hipblas ``` ##### Intel GPU Images (oneAPI): ```bash ##### Intel GPU with FP16 support docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-gpu-intel-f16 ##### Intel GPU with FP32 support docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-gpu-intel-f32 ``` ##### Vulkan GPU Images: ```bash docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-gpu-vulkan ``` ##### AIO Images (pre-downloaded models): ```bash ##### CPU version docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu ##### NVIDIA CUDA 12 version docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-nvidia-cuda-12 ##### NVIDIA CUDA 11 version docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-nvidia-cuda-11 ##### Intel GPU version docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-gpu-intel-f16 ##### AMD GPU version docker run -ti --name local-ai -p 8080:8080 --device=/dev/kfd --device=/dev/dri --group-add=video localai/localai:latest-aio-gpu-hipblas ``` For more information about the AIO images and pre-downloaded models, see [Container Documentation](https://localai.io/basics/container/). ##### 🧠 Smarter Reasoning, Smoother Chat  - Realtime WebSocket API: OpenAI-style streaming support via WebSocket is here. Ideal for agents and chat apps. - "Thinking" Tags: Reasoning models now show a visual "thinking" box during inference in the UI. Intuitive and satisfying. ##### 🧠 Model Power-Up: VRAM Savvy + Multimodal Brains Dynamic VRAM Estimation: LocalAI now adapts and offloads layers depending on your GPU’s capabilities. Optimal performance, no guesswork. Llama.cpp upgrades also includes: - reranking - Enhanced multimodal support via libmtmd ##### 🧪 New Models! More than 50 new models joined the gallery, including: - 🧠 skywork-or1-32b, rivermind-lux-12b, qwen3-embedding-\*, llama3-24b-mullein, ultravox-v0\_5, and more - 🧬 Multimodal, reasoning, and domain-specific LLMs for every need - 📦 Browse the latest additions in the [Model Gallery](https://models.localai.io) ##### 🐞 Bugfixes & Polish - Rune streaming is now buttery smooth - Countless fixes across templates, inputs, CI, and realtime session updates - Backend gallery UI is more stable and informative ##### The Complete Local Stack for Privacy-First AI With LocalAGI rejoining LocalAI alongside LocalRecall, our ecosystem provides a complete, open-source stack for private, secure, and intelligent AI operations: <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. Acts as a 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>A powerful Local AI agent management platform. Serves as a 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>A RESTful API and knowledge base management system providing persistent memory and storage capabilities for AI agents. Designed to work 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> ##### Join the Movement! ❤️ A massive **THANK YOU** to our incredible community and our sponsors! LocalAI has over **33,300 stars**, and LocalAGI has already rocketed past **750+ stars**! As a reminder, LocalAI is real FOSS (Free and Open Source Software) and its sibling projects are community-driven and not backed by VCs or a company. We rely on contributors donating their spare time and our sponsors to provide us the hardware! If you love open-source, privacy-first AI, please consider starring the repos, contributing code, reporting bugs, or spreading the word! 👉 **Check out the reborn LocalAGI v2 today:** <https://github.com/mudler/LocalAGI> LocalAI 3.0.0 is here. What will you build next? ##### Full changelog 👇 <details> <summary> 👉 Click to expand 👈 </summary> <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Breaking Changes 🛠 - feat: Add backend gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5607](https://redirect.github.com/mudler/LocalAI/pull/5607) - chore(backends): move `bark-cpp` to the backend gallery by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5682](https://redirect.github.com/mudler/LocalAI/pull/5682) ##### Bug fixes 🐛 - fix(ci): tag latest against cpu-only image by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5362](https://redirect.github.com/mudler/LocalAI/pull/5362) - fix(flux): Set CFG=1 so that prompts are followed by [@​richiejp](https://redirect.github.com/richiejp) in [https://github.com/mudler/LocalAI/pull/5378](https://redirect.github.com/mudler/LocalAI/pull/5378) - fix(template): we do not always have .Name by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5508](https://redirect.github.com/mudler/LocalAI/pull/5508) - fix(input): handle correctly case where we pass by string list as inputs by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5521](https://redirect.github.com/mudler/LocalAI/pull/5521) - fix(streaming): stream complete runes by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5539](https://redirect.github.com/mudler/LocalAI/pull/5539) - fix(install.sh): vulkan docker tag by [@​halkeye](https://redirect.github.com/halkeye) in [https://github.com/mudler/LocalAI/pull/5589](https://redirect.github.com/mudler/LocalAI/pull/5589) - fix(realtime): Use updated model on session update by [@​richiejp](https://redirect.github.com/richiejp) in [https://github.com/mudler/LocalAI/pull/5604](https://redirect.github.com/mudler/LocalAI/pull/5604) - fix(backends gallery): propagate p2p settings to correctly draw menu by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5684](https://redirect.github.com/mudler/LocalAI/pull/5684) ##### Exciting New Features 🎉 - feat(llama.cpp): upgrade and use libmtmd by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5379](https://redirect.github.com/mudler/LocalAI/pull/5379) - feat(ui): add error page to display errors by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5418](https://redirect.github.com/mudler/LocalAI/pull/5418) - feat(llama.cpp): add reranking by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5396](https://redirect.github.com/mudler/LocalAI/pull/5396) - feat: Realtime API support reboot by [@​richiejp](https://redirect.github.com/richiejp) in [https://github.com/mudler/LocalAI/pull/5392](https://redirect.github.com/mudler/LocalAI/pull/5392) - feat(llama.cpp): add support for audio input by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5466](https://redirect.github.com/mudler/LocalAI/pull/5466) - feat(ui): add audio upload button in chat view by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5526](https://redirect.github.com/mudler/LocalAI/pull/5526) - feat(ui): allow to upload PDF and text files, also add support to multiple input files by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5538](https://redirect.github.com/mudler/LocalAI/pull/5538) - feat(ui): display thinking tags appropriately by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5540](https://redirect.github.com/mudler/LocalAI/pull/5540) - feat: improve RAM estimation by using values from summary by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5525](https://redirect.github.com/mudler/LocalAI/pull/5525) - feat(backend gallery): display download progress by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5687](https://redirect.github.com/mudler/LocalAI/pull/5687) ##### 🧠 Models - chore(model gallery): add skywork_skywork-or1-32b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5369](https://redirect.github.com/mudler/LocalAI/pull/5369) - chore(model gallery): add skywork_skywork-or1-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5370](https://redirect.github.com/mudler/LocalAI/pull/5370) - chore(model gallery): add thedrummer_snowpiercer-15b-v1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5371](https://redirect.github.com/mudler/LocalAI/pull/5371) - chore(model gallery): add thedrummer_rivermind-lux-12b-v1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5372](https://redirect.github.com/mudler/LocalAI/pull/5372) - chore(model gallery): add primeintellect_intellect-2 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5373](https://redirect.github.com/mudler/LocalAI/pull/5373) - fix: typos by [@​omahs](https://redirect.github.com/omahs) in [https://github.com/mudler/LocalAI/pull/5376](https://redirect.github.com/mudler/LocalAI/pull/5376) - chore(model gallery): add soob3123\_grayline-qwen3-14b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5393](https://redirect.github.com/mudler/LocalAI/pull/5393) - chore(model gallery): add soob3123\_grayline-qwen3-8b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5394](https://redirect.github.com/mudler/LocalAI/pull/5394) - chore(model gallery): add a-m-team_am-thinking-v1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5395](https://redirect.github.com/mudler/LocalAI/pull/5395) - chore(model gallery): add thedrummer_valkyrie-49b-v1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5410](https://redirect.github.com/mudler/LocalAI/pull/5410) - chore(model gallery): add facebook_kernelllm by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5411](https://redirect.github.com/mudler/LocalAI/pull/5411) - chore(model gallery): add smolvlm-256m-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5412](https://redirect.github.com/mudler/LocalAI/pull/5412) - chore(model gallery): add smolvlm-500m-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5413](https://redirect.github.com/mudler/LocalAI/pull/5413) - chore(model gallery): add smolvlm-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5414](https://redirect.github.com/mudler/LocalAI/pull/5414) - chore(model gallery): add smolvlm2-2.2b-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5415](https://redirect.github.com/mudler/LocalAI/pull/5415) - chore(model gallery): add smolvlm2-500m-video-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5416](https://redirect.github.com/mudler/LocalAI/pull/5416) - chore(model gallery): add smolvlm2-256m-video-instruct by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5417](https://redirect.github.com/mudler/LocalAI/pull/5417) - chore(model-gallery): ⬆️ update checksum by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5422](https://redirect.github.com/mudler/LocalAI/pull/5422) - chore(model gallery): add nvidia_llama-3.1-nemotron-nano-4b-v1.1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5427](https://redirect.github.com/mudler/LocalAI/pull/5427) - chore(model gallery): add mistralai_devstral-small-2505 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5428](https://redirect.github.com/mudler/LocalAI/pull/5428) - chore(model gallery): add delta-vector_archaeo-12b-v2 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5429](https://redirect.github.com/mudler/LocalAI/pull/5429) - chore(model gallery): add arliai_qwq-32b-arliai-rpr-v4 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5443](https://redirect.github.com/mudler/LocalAI/pull/5443) - chore(model gallery): add whiterabbitneo_whiterabbitneo-v3-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5444](https://redirect.github.com/mudler/LocalAI/pull/5444) - chore(model gallery): add vulpecula-4b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5445](https://redirect.github.com/mudler/LocalAI/pull/5445) - chore(model gallery): add medgemma-4b-it by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5460](https://redirect.github.com/mudler/LocalAI/pull/5460) - chore(model gallery): add medgemma-27b-text-it by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5461](https://redirect.github.com/mudler/LocalAI/pull/5461) - chore(model gallery): add allura-org_q3-30b-a3b-pentiment by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5462](https://redirect.github.com/mudler/LocalAI/pull/5462) - chore(model gallery): add allura-org_q3-30b-a3b-designant by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5502](https://redirect.github.com/mudler/LocalAI/pull/5502) - chore(model gallery): add luckyrp-24b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5503](https://redirect.github.com/mudler/LocalAI/pull/5503) - chore(model gallery): add mrm8488\_qwen3-14b-ft-limo by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5504](https://redirect.github.com/mudler/LocalAI/pull/5504) - chore(model gallery): add llama3-24b-mullein-v1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5505](https://redirect.github.com/mudler/LocalAI/pull/5505) - chore(model gallery): add ms-24b-mullein-v0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5506](https://redirect.github.com/mudler/LocalAI/pull/5506) - chore(model gallery): add qwen2.5-omni-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5513](https://redirect.github.com/mudler/LocalAI/pull/5513) - chore(model gallery): add pku-ds-lab_fairyr1-14b-preview by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5516](https://redirect.github.com/mudler/LocalAI/pull/5516) - chore(model gallery): add pku-ds-lab_fairyr1-32b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5517](https://redirect.github.com/mudler/LocalAI/pull/5517) - chore(model gallery): add moondream2-20250414 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5518](https://redirect.github.com/mudler/LocalAI/pull/5518) - chore(model gallery): add arcee-ai_homunculus by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5577](https://redirect.github.com/mudler/LocalAI/pull/5577) - chore(model gallery): add nvidia_nemotron-research-reasoning-qwen-1.5b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5578](https://redirect.github.com/mudler/LocalAI/pull/5578) - chore(model gallery): add e-n-v-y_legion-v2.1-llama-70b-elarablated-v0.8-hf by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5579](https://redirect.github.com/mudler/LocalAI/pull/5579) - chore(model gallery): add deepseek-ai_deepseek-r1-0528-qwen3-8b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5580](https://redirect.github.com/mudler/LocalAI/pull/5580) - chore(model gallery): add goekdeniz-guelmez_josiefied-qwen3-14b-abliterated-v3 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5590](https://redirect.github.com/mudler/LocalAI/pull/5590) - chore(model gallery): add ultravox-v0\_5-llama-3\_2-1b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5591](https://redirect.github.com/mudler/LocalAI/pull/5591) - chore(model gallery): add ultravox-v0\_5-llama-3\_1-8b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5592](https://redirect.github.com/mudler/LocalAI/pull/5592) - chore(model gallery): add open-thoughts_openthinker3-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5595](https://redirect.github.com/mudler/LocalAI/pull/5595) - chore(model gallery): add nbeerbower_qwen3-gutenberg-encore-14b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5596](https://redirect.github.com/mudler/LocalAI/pull/5596) - chore(model gallery): add akhil-theerthala_kuvera-8b-v0.1.0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5600](https://redirect.github.com/mudler/LocalAI/pull/5600) - chore(model gallery): add qwen2.5-omni-3b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5606](https://redirect.github.com/mudler/LocalAI/pull/5606) - chore(model gallery): add kwaipilot_kwaicoder-autothink-preview by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5627](https://redirect.github.com/mudler/LocalAI/pull/5627) - chore(model gallery): add sophosympatheia_strawberrylemonade-l3-70b-v1.0 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5628](https://redirect.github.com/mudler/LocalAI/pull/5628) - chore(model gallery): add mistralai_magistral-small-2506 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5629](https://redirect.github.com/mudler/LocalAI/pull/5629) - chore(model gallery): add baai_robobrain2.0-7b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5630](https://redirect.github.com/mudler/LocalAI/pull/5630) - chore(model gallery): add openbuddy_openbuddy-r1-0528-distill-qwen3-32b-preview0-qat by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5631](https://redirect.github.com/mudler/LocalAI/pull/5631) - chore(model gallery): add qwen3-embedding-4b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5632](https://redirect.github.com/mudler/LocalAI/pull/5632) - chore(model gallery): add qwen3-embedding-8b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5633](https://redirect.github.com/mudler/LocalAI/pull/5633) - chore(model gallery): add qwen3-embedding-0.6b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5634](https://redirect.github.com/mudler/LocalAI/pull/5634) - chore(model gallery): add yanfei-v2-qwen3-32b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5639](https://redirect.github.com/mudler/LocalAI/pull/5639) ##### 📖 Documentation and examples - chore(docs/install.sh): image changes by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5354](https://redirect.github.com/mudler/LocalAI/pull/5354) - updating the documentation on fine tuning and advanced guide. by [@​TheDarkTrumpet](https://redirect.github.com/TheDarkTrumpet) in [https://github.com/mudler/LocalAI/pull/5420](https://redirect.github.com/mudler/LocalAI/pull/5420) ##### 👒 Dependencies - chore: ⬆️ Update ggml-org/whisper.cpp to `e41bc5c61ae66af6be2bd7011769bb821a83e8ae` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5357](https://redirect.github.com/mudler/LocalAI/pull/5357) - chore: ⬆️ Update ggml-org/llama.cpp to `de4c07f93783a1a96456a44dc16b9db538ee1618` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5358](https://redirect.github.com/mudler/LocalAI/pull/5358) - chore: ⬆️ Update ggml-org/whisper.cpp to `f89056057511a1657af90bb28ef3f21e5b1f33cd` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5364](https://redirect.github.com/mudler/LocalAI/pull/5364) - chore: ⬆️ Update ggml-org/whisper.cpp to `f389d7e3e56bbbfec49fd333551927a0fcbb7213` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5367](https://redirect.github.com/mudler/LocalAI/pull/5367) - chore: ⬆️ Update ggml-org/whisper.cpp to `20a20decd94badfd519a07ea91f0bba8b8fc4dea` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5374](https://redirect.github.com/mudler/LocalAI/pull/5374) - chore: ⬆️ Update ggml-org/whisper.cpp to `d1f114da61b1ae1e70b03104fad42c9dd666feeb` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5381](https://redirect.github.com/mudler/LocalAI/pull/5381) - chore: ⬆️ Update ggml-org/llama.cpp to `e3a7cf6c5bf6a0a24217f88607b06e4405a2b5d9` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5384](https://redirect.github.com/mudler/LocalAI/pull/5384) - chore: ⬆️ Update ggml-org/llama.cpp to `6a2bc8bfb7cd502e5ebc72e36c97a6f848c21c2c` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5390](https://redirect.github.com/mudler/LocalAI/pull/5390) - chore: ⬆️ Update ggml-org/whisper.cpp to `62dc8f7d7b72ca8e75c57cd6a100712c631fa5d5` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5398](https://redirect.github.com/mudler/LocalAI/pull/5398) - chore: ⬆️ Update ggml-org/llama.cpp to `b7a17463ec190aeee7b9077c606c910fb4688b84` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5399](https://redirect.github.com/mudler/LocalAI/pull/5399) - chore: ⬆️ Update ggml-org/llama.cpp to `8e186ef0e764c7a620e402d1f76ebad60bf31c49` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5423](https://redirect.github.com/mudler/LocalAI/pull/5423) - chore: ⬆️ Update ggml-org/whisper.cpp to `bd1cb0c8e3a04baa411dc12c1325b6a9f12ee7f4` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5424](https://redirect.github.com/mudler/LocalAI/pull/5424) - chore: ⬆️ Update ggml-org/whisper.cpp to `78b31ca7824500e429ba026c1a9b48e0b41c50cb` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5439](https://redirect.github.com/mudler/LocalAI/pull/5439) - chore: ⬆️ Update ggml-org/llama.cpp to `8a1d206f1d2b4e45918b589f3165b4be232f7ba8` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5440](https://redirect.github.com/mudler/LocalAI/pull/5440) - chore: ⬆️ Update ggml-org/whisper.cpp to `13d92d08ae26031545921243256aaaf0ee057943` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5449](https://redirect.github.com/mudler/LocalAI/pull/5449) - chore: ⬆️ Update ggml-org/llama.cpp to `d13d0f6135803822ec1cd7e3efb49360b88a1bdf` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5448](https://redirect.github.com/mudler/LocalAI/pull/5448) - chore(deps): bump llama.cpp to 'fef693dc6b959a8e8ba11558fbeaad0b264dd457' by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5467](https://redirect.github.com/mudler/LocalAI/pull/5467) - chore: ⬆️ Update ggml-org/whisper.cpp to `ea9f206f18d86c4eb357db9fdc52e4d9dc24435e` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5464](https://redirect.github.com/mudler/LocalAI/pull/5464) - chore: ⬆️ Update ggml-org/llama.cpp to `a26c4cc11ec7c6574e3691e90ecdbd67deeea35b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5500](https://redirect.github.com/mudler/LocalAI/pull/5500) - chore: ⬆️ Update ggml-org/llama.cpp to `a3c30846e410c91c11d7bf80978795a03bb03dee` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5509](https://redirect.github.com/mudler/LocalAI/pull/5509) - chore: ⬆️ Update ggml-org/whisper.cpp to `0ed00d9d30e8c984936ff9ed9a4fcd475d6d82e5` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5510](https://redirect.github.com/mudler/LocalAI/pull/5510) - chore: ⬆️ Update ggml-org/llama.cpp to `d98f2a35fcf4a8d3e660ad48cd19e2a1f3d5b2ef` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5514](https://redirect.github.com/mudler/LocalAI/pull/5514) - chore: ⬆️ Update ggml-org/whisper.cpp to `1f5fdbecb411a61b8576242e5170c5ecef24b05a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5515](https://redirect.github.com/mudler/LocalAI/pull/5515) - chore: ⬆️ Update ggml-org/whisper.cpp to `e5e900dd00747f747143ad30a697c8f21ddcd59e` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5522](https://redirect.github.com/mudler/LocalAI/pull/5522) - chore(deps): bump llama.cpp to 'e83ba3e460651b20a594e9f2f0f0bffb998d3ce1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5527](https://redirect.github.com/mudler/LocalAI/pull/5527) - chore: ⬆️ Update ggml-org/whisper.cpp to `98dfe8dc264b7d0d1daccfff9a9c043bcc2ece4b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5542](https://redirect.github.com/mudler/LocalAI/pull/5542) - chore(deps): bump llama.cpp to 'e562eece7cb476276bfc4cbb18deb7c0369b2233' by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5552](https://redirect.github.com/mudler/LocalAI/pull/5552) - chore: ⬆️ Update ggml-org/whisper.cpp to `7fd6fa809749078aa00edf945e959c898f2bd1af` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5556](https://redirect.github.com/mudler/LocalAI/pull/5556) - chore: ⬆️ Update ggml-org/whisper.cpp to `e05af2457b7b4134ee626dc044294a19b096e62f` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5569](https://redirect.github.com/mudler/LocalAI/pull/5569) - chore(deps): bump llama.cpp to '363757628848a27a435bbf22ff9476e9aeda5f40' by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5571](https://redirect.github.com/mudler/LocalAI/pull/5571) - chore: ⬆️ Update ggml-org/llama.cpp to `7e00e60ef86645a01fda738fef85b74afa016a34` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5574](https://redirect.github.com/mudler/LocalAI/pull/5574) - chore: ⬆️ Update ggml-org/whisper.cpp to `82f461eaa4e6a1ba29fc0dbdaa415a9934ee8a1d` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5575](https://redirect.github.com/mudler/LocalAI/pull/5575) - chore(deps): bump GrantBirki/git-diff-action from 2.8.0 to 2.8.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/5564](https://redirect.github.com/mudler/LocalAI/pull/5564) - chore: ⬆️ Update ggml-org/llama.cpp to `0d3984424f2973c49c4bcabe4cc0153b4f90c601` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5585](https://redirect.github.com/mudler/LocalAI/pull/5585) - chore: ⬆️ Update ggml-org/whisper.cpp to `799eacdde40b3c562cfce1508da1354b90567f8f` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5586](https://redirect.github.com/mudler/LocalAI/pull/5586) - chore: ⬆️ Update ggml-org/llama.cpp to `1caae7fc6c77551cb1066515e0f414713eebb367` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5593](https://redirect.github.com/mudler/LocalAI/pull/5593) - chore: ⬆️ Update ggml-org/whisper.cpp to `b175baa665bc35f97a2ca774174f07dfffb84e19` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5597](https://redirect.github.com/mudler/LocalAI/pull/5597) - chore: ⬆️ Update ggml-org/llama.cpp to `745aa5319b9930068aff5e87cf5e9eef7227339b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5598](https://redirect.github.com/mudler/LocalAI/pull/5598) - chore: ⬆️ Update ggml-org/llama.cpp to `5787b5da57e54dba760c2deeac1edf892e8fc450` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5601](https://redirect.github.com/mudler/LocalAI/pull/5601) - chore: ⬆️ Update ggml-org/llama.cpp to `247e5c6e447707bb4539bdf1913d206088a8fc69` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5605](https://redirect.github.com/mudler/LocalAI/pull/5605) - chore: ⬆️ Update ggml-org/whisper.cpp to `d78f08142381c1460604713e2f2ddf3331c7d816` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5619](https://redirect.github.com/mudler/LocalAI/pull/5619) - chore: ⬆️ Update ggml-org/llama.cpp to `3678b838bb71eaccbaeb479ff38c2e12bfd2f960` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5620](https://redirect.github.com/mudler/LocalAI/pull/5620) - chore: ⬆️ Update ggml-org/whisper.cpp to `2679bec6e09231c6fd59715fcba3eebc9e2f6076` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5625](https://redirect.github.com/mudler/LocalAI/pull/5625) - chore: ⬆️ Update ggml-org/whisper.cpp to `ebbc874e85b518f963a87612f6d79f5c71a55e84` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5635](https://redirect.github.com/mudler/LocalAI/pull/5635) - chore: ⬆️ Update ggml-org/llama.cpp to `ed52f3668e633423054a4eab61bb7efee47025ab` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5636](https://redirect.github.com/mudler/LocalAI/pull/5636) - chore: ⬆️ Update ggml-org/whisper.cpp to `705db0f728310c32bc96f4e355e2b18076932f75` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5643](https://redirect.github.com/mudler/LocalAI/pull/5643) - chore: ⬆️ Update ggml-org/llama.cpp to `3cb203c89f60483e349f841684173446ed23c28f` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5644](https://redirect.github.com/mudler/LocalAI/pull/5644) - chore: ⬆️ Update ggml-org/llama.cpp to `30e5b01de2a0bcddc7c063c8ef0802703a958417` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5659](https://redirect.github.com/mudler/LocalAI/pull/5659) - chore(deps): bump securego/gosec from 2.22.4 to 2.22.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mudler/LocalAI/pull/5663](https://redirect.github.com/mudler/LocalAI/pull/5663) - chore: ⬆️ Update ggml-org/whisper.cpp to `2a4d6db7d90899aff3d58d70996916968e4e0d27` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5661](https://redirect.github.com/mudler/LocalAI/pull/5661) - chore(deps): bump llama.cpp to 'e434e69183fd9e1031f4445002083178c331a28b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5665](https://redirect.github.com/mudler/LocalAI/pull/5665) - chore: ⬆️ Update ggml-org/whisper.cpp to `f3ff80ea8da044e5b8833e7ba54ee174504c518d` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5677](https://redirect.github.com/mudler/LocalAI/pull/5677) - chore: ⬆️ Update ggml-org/llama.cpp to `860a9e4eeff3eb2e7bd1cc38f65787cc6c8177af` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5678](https://redirect.github.com/mudler/LocalAI/pull/5678) - chore: ⬆️ Update ggml-org/llama.cpp to `8d947136546773f6410756f37fcc5d3e65b8135d` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5685](https://redirect.github.com/mudler/LocalAI/pull/5685) - chore: ⬆️ Update ggml-org/whisper.cpp to `ecb8f3c2b4e282d5ef416516bcbfb92821f06bf6` by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5686](https://redirect.github.com/mudler/LocalAI/pull/5686) ##### Other Changes - docs: ⬆️ update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/5363](https://redirect.github.com/mudler/LocalAI/pull/5363) - chore: memoize detected GPUs by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5385](https://redirect.github.com/mudler/LocalAI/pull/5385) - fix(transformers): pin protobuf by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5421](https://redirect.github.com/mudler/LocalAI/pull/5421) - chore(scripts): allow to specify quants by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5430](https://redirect.github.com/mudler/LocalAI/pull/5430) - fix(transformers): try to pin to working release by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5426](https://redirect.github.com/mudler/LocalAI/pull/5426) - chore(model gallery): add nvidia_acereason-nemotron-14b by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5463](https://redirect.github.com/mudler/LocalAI/pull/5463) - chore(deps): remove pin on transformers by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5501](https://redirect.github.com/mudler/LocalAI/pull/5501) - feat(chatterbox): add new backend by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5524](https://redirect.github.com/mudler/LocalAI/pull/5524) - fix(ci): try to add different mirrors to avoid 403 issues by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5554](https://redirect.github.com/mudler/LocalAI/pull/5554) - Revert "fix(ci): try to add different mirrors to avoid 403 issues" by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5555](https://redirect.github.com/mudler/LocalAI/pull/5555) - chore(deps): bump grpcio from 1.72.0 to 1.72.1 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5570](https://redirect.github.com/mudler/LocalAI/pull/5570) - fix(chatterbox): install only with cuda 12 by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5573](https://redirect.github.com/mudler/LocalAI/pull/5573) - chore(deps): bump pytorch to 2.7 in vllm by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5576](https://redirect.github.com/mudler/LocalAI/pull/5576) - fix(deps): pin grpcio by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5621](https://redirect.github.com/mudler/LocalAI/pull/5621) - Improve Comments and Documentation for MixedMode and ParseJSON Functions by [@​leopardracer](https://redirect.github.com/leopardracer) in [https://github.com/mudler/LocalAI/pull/5626](https://redirect.github.com/mudler/LocalAI/pull/5626) - Fix Typos in Comments and Error Messages by [@​kilavvy](https://redirect.github.com/kilavvy) in [https://github.com/mudler/LocalAI/pull/5637](https://redirect.github.com/mudler/LocalAI/pull/5637) - docs: Update docs metadata headers so when mentioned on slack it doesn't say hugo by [@​halkeye](https://redirect.github.com/halkeye) in [https://github.com/mudler/LocalAI/pull/5642](https://redirect.github.com/mudler/LocalAI/pull/5642) - Minor Documentation Updates: Clarified Comments in Python and Go Files by [@​vtjl10](https://redirect.github.com/vtjl10) in [https://github.com/mudler/LocalAI/pull/5641](https://redirect.github.com/mudler/LocalAI/pull/5641) - chore: improve tests by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5646](https://redirect.github.com/mudler/LocalAI/pull/5646) - Fix Typos and Improve Documentation Clarity by [@​zeevick10](https://redirect.github.com/zeevick10) in [https://github.com/mudler/LocalAI/pull/5648](https://redirect.github.com/mudler/LocalAI/pull/5648) - chore(ci): use public runner for extra backends by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5657](https://redirect.github.com/mudler/LocalAI/pull/5657) - chore: Add python3 to images by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5660](https://redirect.github.com/mudler/LocalAI/pull/5660) - fix: add python symlink, use absolute python env path when running backends by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5664](https://redirect.github.com/mudler/LocalAI/pull/5664) - chore(backend gallery): re-order and add description for vLLM by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5676](https://redirect.github.com/mudler/LocalAI/pull/5676) - chore(backend gallery): add description for remaining backends by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5679](https://redirect.github.com/mudler/LocalAI/pull/5679) - chore(ci): switch to public runners for base images by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5680](https://redirect.github.com/mudler/LocalAI/pull/5680) - chore(ci): try to use public runners also for release builds by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5681](https://redirect.github.com/mudler/LocalAI/pull/5681) - chore(ci): move also other jobs to public runner by [@​mudler](https://redirect.github.com/mudler) in [https://github.com/mudler/LocalAI/pull/5683](https://redirect.github.com/mudler/LocalAI/pull/5683) - Fix Typos in Documentation and Python Comments by [@​maximevtush](https://redirect.github.com/maximevtush) in [https://github.com/mudler/LocalAI/pull/5658](https://redirect.github.com/mudler/LocalAI/pull/5658) - Fix Typos and Improve Clarity in GPU Acceleration Documentation by [@​leopardracer](https://redirect.github.com/leopardracer) in [https://github.com/mudler/LocalAI/pull/5688](https://redirect.github.com/mudler/LocalAI/pull/5688) </details> ##### New Contributors * @​omahs made their first contributi[https://github.com/mudler/LocalAI/pull/5376](https://redirect.github.com/mudler/LocalAI/pull/5376)l/5376 * @​TheDarkTrumpet made their first contributi[https://github.com/mudler/LocalAI/pull/5420](https://redirect.github.com/mudler/LocalAI/pull/5420)l/5420 * @​halkeye made their first contributi[https://github.com/mudler/LocalAI/pull/5589](https://redirect.github.com/mudler/LocalAI/pull/5589)l/5589 * @​leopardracer made their first contributi[https://github.com/mudler/LocalAI/pull/5626](https://redirect.github.com/mudler/LocalAI/pull/5626)l/5626 * @​kilavvy made their first contributi[https://github.com/mudler/LocalAI/pull/5637](https://redirect.github.com/mudler/LocalAI/pull/5637)l/5637 * @​vtjl10 made their first contributi[https://github.com/mudler/LocalAI/pull/5641](https://redirect.github.com/mudler/LocalAI/pull/5641)l/5641 * @​zeevick10 made their first contributi[https://github.com/mudler/LocalAI/pull/5648](https://redirect.github.com/mudler/LocalAI/pull/5648)l/5648 * @​maximevtush made their first contributi[https://github.com/mudler/LocalAI/pull/5658](https://redirect.github.com/mudler/LocalAI/pull/5658)l/5658 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.29.0...v3.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
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