From 763ca22adcac5d673be38a7405620569e6aa7d1a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 3 Apr 2025 14:46:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/local?= =?UTF-8?q?ai/localai=20v2.26.0=20=E2=86=92=20v2.27.0=20(#33894)?= 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 | `ef10c1e` -> `534b9ff` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `1989b7d` -> `90c00c5` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `7b8372d` -> `a7912ac` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `93af01a` -> `41fba75` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `d1fce91` -> `f798156` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `7ef847f` -> `1c381ba` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `401182f` -> `4c9633e` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `08609f9` -> `f403075` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `695fa92` -> `3a43cff` | --- > [!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) ### [`v2.27.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v2.26.0...v2.27.0) ##### :rocket: **LocalAI v2.27.0**


Welcome to another exciting release of LocalAI v2.27.0! We've been working hard to bring you a fresh WebUI experience and a host of improvements under the hood. Get ready to explore new updates! ##### :fire: AIO Images Updates Check out the updated models we're now shipping with our All-in-One images: **CPU All-in-One**: - **Text-to-Text**: `llama3.1` - **Embeddings**: `granite-embeddings` - **Vision**: `minicpm` **GPU All-in-One**: - **Text-to-Text**: `localai-functioncall-qwen2.5-7b-v0.5` (our tiniest flagship model!) - **Embeddings**: `granite-embeddings` - **Vision**: `minicpm` ##### πŸ’» WebUI Overhaul! We've given the WebUI a brand-new look and feel. Have a look at the stunning new interface: | Talk Interface | Generate Audio | | --- | --- | | ![Screenshot 2025-03-31 at 12-01-36 LocalAI - Talk](https://redirect.github.com/user-attachments/assets/9841b1ee-88af-4b96-8ec0-41b17364efa7) | ![Screenshot 2025-03-31 at 12-01-29 LocalAI - Generate audio with voice-en-us-ryan-low](https://redirect.github.com/user-attachments/assets/d729f6f4-0621-4715-bda3-35fe6e159524) | | Models Overview | Generate Images | | --- | --- | | ![Screenshot 2025-03-31 at 12-01-20 LocalAI - Models](https://redirect.github.com/user-attachments/assets/3cf0b918-ba8e-498a-a3cd-485db5984325) | ![Screenshot 2025-03-31 at 12-31-41 LocalAI - Generate images with flux 1-dev](https://redirect.github.com/user-attachments/assets/6753d23d-218b-4e07-94b8-9e6c5a4f2311) | | Chat Interface | API Overview | | --- | --- | | ![Screenshot 2025-03-31 at 11-57-44 LocalAI - Chat with localai-functioncall-qwen2 5-7b-v0 5](https://redirect.github.com/user-attachments/assets/048eab31-0f0c-4d52-a920-3715233f9bf3) | ![Screenshot 2025-03-31 at 11-57-23 LocalAI API - c2a39e3 (c2a39e3639227cfd94ffffe9f5691239acc275a8)](https://redirect.github.com/user-attachments/assets/2540e8ce-1a2c-4c12-800c-763bd9be247f) | | Login | Swarm | | --- | --- | |![Screenshot 2025-03-31 at 12-09-59 ](https://redirect.github.com/user-attachments/assets/5af681b0-dd8e-4fe8-a234-a22f8a040547) | ![Screenshot 2025-03-31 at 12-10-39 LocalAI - P2P dashboard](https://redirect.github.com/user-attachments/assets/b9527176-63d6-4d2e-8ed1-7fde13a9b0ad) | ##### How to Use To get started with LocalAI, you can use our container images. Here’s how to run them with Docker: ```sh ##### CPU only image: docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-cpu ##### Nvidia GPU: docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12 ##### CPU and GPU image (bigger size): docker run -ti --name local-ai -p 8080:8080 localai/localai:latest ##### AIO images (pre-downloads a set of models ready for use, see https://localai.io/basics/container/) docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu ``` Check out our [Documentation](https://localai.io/basics/container/) for more information. ##### **Key Highlights:** - **Complete WebUI Redesign**: A fresh, modern interface with enhanced navigation and visuals. - **Model Gallery Improvements**: Easier exploration with improved pagination and filtering. - **AIO Image Updates**: Smoother deployments with updated models. - **Stability Fixes**: Critical bug fixes in model initialization, embeddings handling, and GPU offloading. ##### **What’s New :tada:** - **Chat Interface Enhancements**: Cleaner layout, model-specific UI tweaks, and custom reply prefixes. - **Smart Model Detection**: Automatically links to relevant model documentation based on use. - **Performance Tweaks**: GGUF models now auto-detect context size, and Llama.cpp handles batch embeddings and SIGTERM gracefully. - **VLLM Config Boost**: Added options to disable logging, set dtype, and enforce per-prompt media limits. - **New model architecture supported**: Gemma 3, Mistral, Deepseek ##### **Bug Fixes :bug:** - Resolved model icon display inconsistencies. - Ensured proper handling of generated artifacts without API key restrictions. - Optimized CLIP offloading and Llama.cpp process termination. ##### **Stay Tuned!** We have some incredibly exciting features and updates lined up for you. While we can't reveal everything just yet. Keep an eye out for our upcoming announcements – you won't want to miss them!


Do you like the new webui? let us know in the Github discussions! Enjoy πŸš€ ##### Full changelog :point_down:
:point_right: Click to expand :point_left: ##### What's Changed ##### Bug fixes :bug: * fix: change initialization order of llama-cpp-avx512 to go before avx2 variant by @​bhulsk[https://github.com/mudler/LocalAI/pull/4837](https://redirect.github.com/mudler/LocalAI/pull/4837)l/4837 * fix(coqui): pin transformers by @​mudl[https://github.com/mudler/LocalAI/pull/4875](https://redirect.github.com/mudler/LocalAI/pull/4875)l/4875 * fix(ui): not all models have an Icon by @​mudl[https://github.com/mudler/LocalAI/pull/4913](https://redirect.github.com/mudler/LocalAI/pull/4913)l/4913 * fix(models): unify usecases identifications by @​mudl[https://github.com/mudler/LocalAI/pull/4914](https://redirect.github.com/mudler/LocalAI/pull/4914)l/4914 * fix(llama.cpp): correctly handle embeddings in batches by @​mudl[https://github.com/mudler/LocalAI/pull/4957](https://redirect.github.com/mudler/LocalAI/pull/4957)l/4957 * fix(routes): do not gate generated artifacts via key by @​mudl[https://github.com/mudler/LocalAI/pull/4971](https://redirect.github.com/mudler/LocalAI/pull/4971)l/4971 * fix(clip): do not imply GPU offload by default by @​mudl[https://github.com/mudler/LocalAI/pull/5010](https://redirect.github.com/mudler/LocalAI/pull/5010)l/5010 * fix(llama.cpp): properly handle sigterm by @​mudl[https://github.com/mudler/LocalAI/pull/5099](https://redirect.github.com/mudler/LocalAI/pull/5099)l/5099 ##### Exciting New Features πŸŽ‰ * feat(ui): detect model usage and display link by @​mudl[https://github.com/mudler/LocalAI/pull/4864](https://redirect.github.com/mudler/LocalAI/pull/4864)l/4864 * feat(vllm): Additional vLLM config options (Disable logging, dtype, and Per-Prompt media limits) by @​TheDropZo[https://github.com/mudler/LocalAI/pull/4855](https://redirect.github.com/mudler/LocalAI/pull/4855)l/4855 * feat(ui): show only text models in the chat interface by @​mudl[https://github.com/mudler/LocalAI/pull/4869](https://redirect.github.com/mudler/LocalAI/pull/4869)l/4869 * feat(ui): do also filter tts and image models by @​mudl[https://github.com/mudler/LocalAI/pull/4871](https://redirect.github.com/mudler/LocalAI/pull/4871)l/4871 * feat(ui): paginate model gallery by @​mudl[https://github.com/mudler/LocalAI/pull/4886](https://redirect.github.com/mudler/LocalAI/pull/4886)l/4886 * feat(ui): small improvements to chat interface by @​mudl[https://github.com/mudler/LocalAI/pull/4907](https://redirect.github.com/mudler/LocalAI/pull/4907)l/4907 * feat(ui): improve chat interface by @​mudl[https://github.com/mudler/LocalAI/pull/4910](https://redirect.github.com/mudler/LocalAI/pull/4910)l/4910 * feat(ui): improvements to index and models page by @​mudl[https://github.com/mudler/LocalAI/pull/4918](https://redirect.github.com/mudler/LocalAI/pull/4918)l/4918 * feat: allow to specify a reply prefix by @​mudl[https://github.com/mudler/LocalAI/pull/4931](https://redirect.github.com/mudler/LocalAI/pull/4931)l/4931 * feat(ui): complete design overhaul by @​mudl[https://github.com/mudler/LocalAI/pull/4942](https://redirect.github.com/mudler/LocalAI/pull/4942)l/4942 * feat(ui): remove api key handling and small ui adjustments by @​mudl[https://github.com/mudler/LocalAI/pull/4948](https://redirect.github.com/mudler/LocalAI/pull/4948)l/4948 * feat(aio): update AIO image defaults by @​mudl[https://github.com/mudler/LocalAI/pull/5002](https://redirect.github.com/mudler/LocalAI/pull/5002)l/5002 * feat(gguf): guess default context size from file by @​mudl[https://github.com/mudler/LocalAI/pull/5089](https://redirect.github.com/mudler/LocalAI/pull/5089)l/5089 ##### 🧠 Models * chore(model gallery): add ozone-ai_0x-lite by @​mudl[https://github.com/mudler/LocalAI/pull/4835](https://redirect.github.com/mudler/LocalAI/pull/4835)l/4835 * chore: update Image generation docs and examples by @​mudl[https://github.com/mudler/LocalAI/pull/4841](https://redirect.github.com/mudler/LocalAI/pull/4841)l/4841 * chore(model gallery): add kubeguru-llama3.2-3b-v0.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4858](https://redirect.github.com/mudler/LocalAI/pull/4858)l/4858 * chore(model gallery): add allenai_llama-3.1-tulu-3.1-8b by @​mudl[https://github.com/mudler/LocalAI/pull/4859](https://redirect.github.com/mudler/LocalAI/pull/4859)l/4859 * chore(model gallery): add nbeerbower_dumpling-qwen2.5-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4860](https://redirect.github.com/mudler/LocalAI/pull/4860)l/4860 * chore(model gallery): add nbeerbower_dumpling-qwen2.5-32b-v2 by @​mudl[https://github.com/mudler/LocalAI/pull/4861](https://redirect.github.com/mudler/LocalAI/pull/4861)l/4861 * chore(model gallery): add nbeerbower_dumpling-qwen2.5-72b by @​mudl[https://github.com/mudler/LocalAI/pull/4862](https://redirect.github.com/mudler/LocalAI/pull/4862)l/4862 * chore(model gallery): add pygmalionai_pygmalion-3-12b by @​mudl[https://github.com/mudler/LocalAI/pull/4866](https://redirect.github.com/mudler/LocalAI/pull/4866)l/4866 * chore(model gallery): add open-r1_openr1-qwen-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4867](https://redirect.github.com/mudler/LocalAI/pull/4867)l/4867 * chore(model gallery): add sentientagi_dobby-unhinged-llama-3.3-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4868](https://redirect.github.com/mudler/LocalAI/pull/4868)l/4868 * chore(model gallery): add internlm_oreal-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4872](https://redirect.github.com/mudler/LocalAI/pull/4872)l/4872 * chore(model gallery): add internlm_oreal-deepseek-r1-distill-qwen-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4873](https://redirect.github.com/mudler/LocalAI/pull/4873)l/4873 * chore(model gallery): add internlm_oreal-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4874](https://redirect.github.com/mudler/LocalAI/pull/4874)l/4874 * chore(model gallery): add smirki_uigen-t1.1-qwen-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4877](https://redirect.github.com/mudler/LocalAI/pull/4877)l/4877 * chore(model gallery): add smirki_uigen-t1.1-qwen-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4878](https://redirect.github.com/mudler/LocalAI/pull/4878)l/4878 * chore(model gallery): add l3.1-8b-rp-ink by @​mudl[https://github.com/mudler/LocalAI/pull/4879](https://redirect.github.com/mudler/LocalAI/pull/4879)l/4879 * chore(model gallery): add pocketdoc_dans-personalityengine-v1.2.0-24b by @​mudl[https://github.com/mudler/LocalAI/pull/4880](https://redirect.github.com/mudler/LocalAI/pull/4880)l/4880 * chore(model gallery): add rombo-org_rombo-llm-v3.0-qwen-72b by @​mudl[https://github.com/mudler/LocalAI/pull/4882](https://redirect.github.com/mudler/LocalAI/pull/4882)l/4882 * chore(model gallery): add ozone-ai_reverb-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4883](https://redirect.github.com/mudler/LocalAI/pull/4883)l/4883 * chore(model gallery): add arcee-ai_arcee-maestro-7b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4884](https://redirect.github.com/mudler/LocalAI/pull/4884)l/4884 * chore(model gallery): add steelskull_l3.3-mokume-gane-r1-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4885](https://redirect.github.com/mudler/LocalAI/pull/4885)l/4885 * chore(model gallery): add steelskull_l3.3-cu-mai-r1-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4892](https://redirect.github.com/mudler/LocalAI/pull/4892)l/4892 * chore(model gallery): add steelskull_l3.3-san-mai-r1-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4893](https://redirect.github.com/mudler/LocalAI/pull/4893)l/4893 * chore(model gallery): add nohobby_l3.3-prikol-70b-extra by @​mudl[https://github.com/mudler/LocalAI/pull/4894](https://redirect.github.com/mudler/LocalAI/pull/4894)l/4894 * chore(model gallery): add flux.1dev-abliteratedv2 by @​mudl[https://github.com/mudler/LocalAI/pull/4895](https://redirect.github.com/mudler/LocalAI/pull/4895)l/4895 * chore(model gallery): add sicariussicariistuff_phi-line_14b by @​mudl[https://github.com/mudler/LocalAI/pull/4901](https://redirect.github.com/mudler/LocalAI/pull/4901)l/4901 * chore(model gallery): add perplexity-ai_r1-1776-distill-llama-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4902](https://redirect.github.com/mudler/LocalAI/pull/4902)l/4902 * chore(model gallery): add latitudegames_wayfarer-large-70b-llama-3.3 by @​mudl[https://github.com/mudler/LocalAI/pull/4903](https://redirect.github.com/mudler/LocalAI/pull/4903)l/4903 * chore(model gallery): add locutusque_thespis-llama-3.1-8b by @​mudl[https://github.com/mudler/LocalAI/pull/4912](https://redirect.github.com/mudler/LocalAI/pull/4912)l/4912 * chore(model gallery): add microsoft_phi-4-mini-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4921](https://redirect.github.com/mudler/LocalAI/pull/4921)l/4921 * chore(model gallery): add ozone-research_chirp-01 by @​mudl[https://github.com/mudler/LocalAI/pull/4922](https://redirect.github.com/mudler/LocalAI/pull/4922)l/4922 * chore(model gallery): add ozone-research_0x-lite by @​mudl[https://github.com/mudler/LocalAI/pull/4923](https://redirect.github.com/mudler/LocalAI/pull/4923)l/4923 * chore(model gallery): add allenai_olmocr-7b-0225-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4924](https://redirect.github.com/mudler/LocalAI/pull/4924)l/4924 * chore(model gallery): add ibm-granite_granite-3.2-8b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4927](https://redirect.github.com/mudler/LocalAI/pull/4927)l/4927 * chore(model gallery): add ibm-granite_granite-3.2-2b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/4928](https://redirect.github.com/mudler/LocalAI/pull/4928)l/4928 * chore(model gallery): add qihoo360_tinyr1-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4929](https://redirect.github.com/mudler/LocalAI/pull/4929)l/4929 * chore(model gallery): add thedrummer_fallen-llama-3.3-r1-70b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/4930](https://redirect.github.com/mudler/LocalAI/pull/4930)l/4930 * chore(model gallery): add steelskull_l3.3-mokume-gane-r1-70b-v1.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4933](https://redirect.github.com/mudler/LocalAI/pull/4933)l/4933 * chore(model gallery): update qihoo360_tinyr1-32b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/4937](https://redirect.github.com/mudler/LocalAI/pull/4937)l/4937 * chore(model gallery): add l3.3-geneticlemonade-unleashed-70b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4938](https://redirect.github.com/mudler/LocalAI/pull/4938)l/4938 * chore(model gallery): add boomer_qwen_72b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4939](https://redirect.github.com/mudler/LocalAI/pull/4939)l/4939 * chore(model gallery): add llama-3.3-magicalgirl-2 by @​mudl[https://github.com/mudler/LocalAI/pull/4940](https://redirect.github.com/mudler/LocalAI/pull/4940)l/4940 * chore(model gallery): add azura-qwen2.5-32b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4941](https://redirect.github.com/mudler/LocalAI/pull/4941)l/4941 * chore(model gallery): add llama-3.1-8b-instruct-uncensored-delmat-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4944](https://redirect.github.com/mudler/LocalAI/pull/4944)l/4944 * chore(model gallery): add lolzinventor_meta-llama-3.1-8b-survivev3 by @​mudl[https://github.com/mudler/LocalAI/pull/4945](https://redirect.github.com/mudler/LocalAI/pull/4945)l/4945 * chore(model gallery): add llama-3.3-magicalgirl-2.5-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4946](https://redirect.github.com/mudler/LocalAI/pull/4946)l/4946 * chore(model gallery): add qwen_qwq-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4952](https://redirect.github.com/mudler/LocalAI/pull/4952)l/4952 * chore(model gallery): add rombo-org_rombo-llm-v3.1-qwq-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4953](https://redirect.github.com/mudler/LocalAI/pull/4953)l/4953 * chore(model gallery): add nomic-embed-text-v1.5 by @​mudl[https://github.com/mudler/LocalAI/pull/4955](https://redirect.github.com/mudler/LocalAI/pull/4955)l/4955 * chore(model gallery): add granite embeddings models by @​mudl[https://github.com/mudler/LocalAI/pull/4956](https://redirect.github.com/mudler/LocalAI/pull/4956)l/4956 * chore(model gallery): add steelskull_l3.3-electra-r1-70b by @​mudl[https://github.com/mudler/LocalAI/pull/4960](https://redirect.github.com/mudler/LocalAI/pull/4960)l/4960 * chore(model gallery): add huihui-ai_qwq-32b-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/4961](https://redirect.github.com/mudler/LocalAI/pull/4961)l/4961 * chore(model gallery): add goppa-ai_goppa-logillama by @​mudl[https://github.com/mudler/LocalAI/pull/4962](https://redirect.github.com/mudler/LocalAI/pull/4962)l/4962 * chore(model gallery): add tower-babel_babel-9b-chat by @​mudl[https://github.com/mudler/LocalAI/pull/4964](https://redirect.github.com/mudler/LocalAI/pull/4964)l/4964 * chore(model gallery): add llmevollama-3.1-8b-v0.1-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4968](https://redirect.github.com/mudler/LocalAI/pull/4968)l/4968 * chore(model gallery): add opencrystal-l3-15b-v2.1-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4969](https://redirect.github.com/mudler/LocalAI/pull/4969)l/4969 * chore(model gallery): add hyperllama3.1-v2-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/4970](https://redirect.github.com/mudler/LocalAI/pull/4970)l/4970 * chore(model gallery): add openpipe_deductive-reasoning-qwen-14b by @​mudl[https://github.com/mudler/LocalAI/pull/4994](https://redirect.github.com/mudler/LocalAI/pull/4994)l/4994 * chore(model gallery): add openpipe_deductive-reasoning-qwen-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4995](https://redirect.github.com/mudler/LocalAI/pull/4995)l/4995 * chore(model gallery): add thedrummer_gemmasutra-small-4b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/4997](https://redirect.github.com/mudler/LocalAI/pull/4997)l/4997 * chore(model gallery): add open-r1_olympiccoder-32b by @​mudl[https://github.com/mudler/LocalAI/pull/4998](https://redirect.github.com/mudler/LocalAI/pull/4998)l/4998 * chore(model gallery): add open-r1_olympiccoder-7b by @​mudl[https://github.com/mudler/LocalAI/pull/4999](https://redirect.github.com/mudler/LocalAI/pull/4999)l/4999 * chore(model gallery): add trashpanda-org_qwq-32b-snowdrop-v0 by @​mudl[https://github.com/mudler/LocalAI/pull/5000](https://redirect.github.com/mudler/LocalAI/pull/5000)l/5000 * chore(model gallery): add gemma-3-27b-it by @​mudl[https://github.com/mudler/LocalAI/pull/5003](https://redirect.github.com/mudler/LocalAI/pull/5003)l/5003 * chore(model gallery): add gemma-3-12b-it by @​mudl[https://github.com/mudler/LocalAI/pull/5007](https://redirect.github.com/mudler/LocalAI/pull/5007)l/5007 * chore(model gallery): add gemma-3-4b-it by @​mudl[https://github.com/mudler/LocalAI/pull/5008](https://redirect.github.com/mudler/LocalAI/pull/5008)l/5008 * chore(model gallery): add gemma-3-1b-it by @​mudl[https://github.com/mudler/LocalAI/pull/5009](https://redirect.github.com/mudler/LocalAI/pull/5009)l/5009 * chore(model gallery): add models/qgallouedec_gemma-3-27b-it-codeforces-sft by @​mudl[https://github.com/mudler/LocalAI/pull/5013](https://redirect.github.com/mudler/LocalAI/pull/5013)l/5013 * chore(model gallery): add nousresearch_deephermes-3-mistral-24b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/5014](https://redirect.github.com/mudler/LocalAI/pull/5014)l/5014 * chore(model gallery): add nousresearch_deephermes-3-llama-3-3b-preview by @​mudl[https://github.com/mudler/LocalAI/pull/5015](https://redirect.github.com/mudler/LocalAI/pull/5015)l/5015 * chore(model gallery): add prithivmlmods_viper-coder-32b-elite13 by @​mudl[https://github.com/mudler/LocalAI/pull/5016](https://redirect.github.com/mudler/LocalAI/pull/5016)l/5016 * chore(model gallery): add eurollm-9b-instruct by @​mudl[https://github.com/mudler/LocalAI/pull/5017](https://redirect.github.com/mudler/LocalAI/pull/5017)l/5017 * chore(model gallery): add allura-org_bigger-body-70b by @​mudl[https://github.com/mudler/LocalAI/pull/5021](https://redirect.github.com/mudler/LocalAI/pull/5021)l/5021 * chore(model gallery): add pocketdoc_dans-sakurakaze-v1.0.0-12b by @​mudl[https://github.com/mudler/LocalAI/pull/5023](https://redirect.github.com/mudler/LocalAI/pull/5023)l/5023 * chore(model gallery): add beaverai_mn-2407-dsk-qwqify-v0.1-12b by @​mudl[https://github.com/mudler/LocalAI/pull/5024](https://redirect.github.com/mudler/LocalAI/pull/5024)l/5024 * chore(model gallery): add readyart_forgotten-safeword-70b-3.6 by @​mudl[https://github.com/mudler/LocalAI/pull/5027](https://redirect.github.com/mudler/LocalAI/pull/5027)l/5027 * chore(model gallery): add mproj files for gemma3 models by @​mudl[https://github.com/mudler/LocalAI/pull/5028](https://redirect.github.com/mudler/LocalAI/pull/5028)l/5028 * chore(model gallery): add mlabonne_gemma-3-27b-it-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/5031](https://redirect.github.com/mudler/LocalAI/pull/5031)l/5031 * chore(model gallery): add mlabonne_gemma-3-12b-it-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/5032](https://redirect.github.com/mudler/LocalAI/pull/5032)l/5032 * chore(model gallery): add mlabonne_gemma-3-4b-it-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/5033](https://redirect.github.com/mudler/LocalAI/pull/5033)l/5033 * chore(model gallery): add soob3123_amoral-gemma3-12b by @​mudl[https://github.com/mudler/LocalAI/pull/5034](https://redirect.github.com/mudler/LocalAI/pull/5034)l/5034 * chore(model-gallery): :arrow_up: update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/5036](https://redirect.github.com/mudler/LocalAI/pull/5036)l/5036 * chore(model gallery): add mistralai_mistral-small-3.1-24b-instruct-2503 by @​mudl[https://github.com/mudler/LocalAI/pull/5039](https://redirect.github.com/mudler/LocalAI/pull/5039)l/5039 * chore(model gallery): add gryphe_pantheon-rp-1.8-24b-small-3.1 by @​mudl[https://github.com/mudler/LocalAI/pull/5040](https://redirect.github.com/mudler/LocalAI/pull/5040)l/5040 * chore(model gallery): add nvidia_llama-3_3-nemotron-super-49b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/5041](https://redirect.github.com/mudler/LocalAI/pull/5041)l/5041 * chore(model gallery): add gemma-3-4b-it-uncensored-dbl-x-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5043](https://redirect.github.com/mudler/LocalAI/pull/5043)l/5043 * chore(model gallery): add rootxhacker_apollo-v3-32b by @​mudl[https://github.com/mudler/LocalAI/pull/5044](https://redirect.github.com/mudler/LocalAI/pull/5044)l/5044 * chore(model gallery): add samsungsailmontreal_bytecraft by @​mudl[https://github.com/mudler/LocalAI/pull/5045](https://redirect.github.com/mudler/LocalAI/pull/5045)l/5045 * chore(model gallery): add soob3123_amoral-gemma3-4b by @​mudl[https://github.com/mudler/LocalAI/pull/5046](https://redirect.github.com/mudler/LocalAI/pull/5046)l/5046 * chore(model gallery): add qwen-writerdemo-7b-s500-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5049](https://redirect.github.com/mudler/LocalAI/pull/5049)l/5049 * chore(model gallery): add sao10k_llama-3.3-70b-vulpecula-r1 by @​mudl[https://github.com/mudler/LocalAI/pull/5050](https://redirect.github.com/mudler/LocalAI/pull/5050)l/5050 * chore(model gallery): add luvgpt_phi3-uncensored-chat by @​mudl[https://github.com/mudler/LocalAI/pull/5051](https://redirect.github.com/mudler/LocalAI/pull/5051)l/5051 * chore(model gallery): add knoveleng_open-rs3 by @​mudl[https://github.com/mudler/LocalAI/pull/5054](https://redirect.github.com/mudler/LocalAI/pull/5054)l/5054 * chore(model gallery): add thedrummer_fallen-gemma3-4b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/5055](https://redirect.github.com/mudler/LocalAI/pull/5055)l/5055 * chore(model gallery): add thedrummer_fallen-gemma3-12b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/5056](https://redirect.github.com/mudler/LocalAI/pull/5056)l/5056 * chore(model gallery): add thedrummer_fallen-gemma3-27b-v1 by @​mudl[https://github.com/mudler/LocalAI/pull/5057](https://redirect.github.com/mudler/LocalAI/pull/5057)l/5057 * chore(model gallery): add huihui-ai_gemma-3-1b-it-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/5058](https://redirect.github.com/mudler/LocalAI/pull/5058)l/5058 * chore(model gallery): add mawdistical_mawdistic-nightlife-24b by @​mudl[https://github.com/mudler/LocalAI/pull/5059](https://redirect.github.com/mudler/LocalAI/pull/5059)l/5059 * chore(model gallery): add sicariussicariistuff_x-ray_alpha by @​mudl[https://github.com/mudler/LocalAI/pull/5060](https://redirect.github.com/mudler/LocalAI/pull/5060)l/5060 * chore(model gallery): add fiendish_llama_3b by @​mudl[https://github.com/mudler/LocalAI/pull/5061](https://redirect.github.com/mudler/LocalAI/pull/5061)l/5061 * chore(model gallery): add impish_llama_3b by @​mudl[https://github.com/mudler/LocalAI/pull/5064](https://redirect.github.com/mudler/LocalAI/pull/5064)l/5064 * chore(model gallery): add eximius_persona_5b by @​mudl[https://github.com/mudler/LocalAI/pull/5065](https://redirect.github.com/mudler/LocalAI/pull/5065)l/5065 * chore(model gallery): add dusk_rainbow by @​mudl[https://github.com/mudler/LocalAI/pull/5066](https://redirect.github.com/mudler/LocalAI/pull/5066)l/5066 * chore(model gallery): add jdineen_llama-3.1-8b-think by @​mudl[https://github.com/mudler/LocalAI/pull/5069](https://redirect.github.com/mudler/LocalAI/pull/5069)l/5069 * chore(model gallery): add helpingai_helpingai3-raw by @​mudl[https://github.com/mudler/LocalAI/pull/5070](https://redirect.github.com/mudler/LocalAI/pull/5070)l/5070 * chore(model gallery): add alamios_mistral-small-3.1-draft-0.5b by @​mudl[https://github.com/mudler/LocalAI/pull/5071](https://redirect.github.com/mudler/LocalAI/pull/5071)l/5071 * chore(model gallery): add gemma-3-glitter-12b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5074](https://redirect.github.com/mudler/LocalAI/pull/5074)l/5074 * chore(model gallery): add blacksheep-24b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5075](https://redirect.github.com/mudler/LocalAI/pull/5075)l/5075 * chore(model gallery): add textsynth-8b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5076](https://redirect.github.com/mudler/LocalAI/pull/5076)l/5076 * chore(model gallery): add soob3123_amoral-gemma3-12b-v2 by @​mudl[https://github.com/mudler/LocalAI/pull/5080](https://redirect.github.com/mudler/LocalAI/pull/5080)l/5080 * chore(model gallery): gemma-3-starshine-12b-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5081](https://redirect.github.com/mudler/LocalAI/pull/5081)l/5081 * chore(model gallery): qwen2.5-14b-instruct-1m-unalign-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5082](https://redirect.github.com/mudler/LocalAI/pull/5082)l/5082 * chore(model gallery): thoughtless-fallen-abomination-70b-r1-v4.1-i1 by @​mudl[https://github.com/mudler/LocalAI/pull/5083](https://redirect.github.com/mudler/LocalAI/pull/5083)l/5083 * chore(model gallery): fallen-safeword-70b-r1-v4.1 by @​mudl[https://github.com/mudler/LocalAI/pull/5084](https://redirect.github.com/mudler/LocalAI/pull/5084)l/5084 * chore(model gallery): add tarek07_legion-v2.1-llama-70b by @​mudl[https://github.com/mudler/LocalAI/pull/5087](https://redirect.github.com/mudler/LocalAI/pull/5087)l/5087 * chore(model gallery): add tesslate_tessa-t1-32b by @​mudl[https://github.com/mudler/LocalAI/pull/5088](https://redirect.github.com/mudler/LocalAI/pull/5088)l/5088 * chore(model gallery): add tesslate_tessa-t1-14b by @​mudl[https://github.com/mudler/LocalAI/pull/5090](https://redirect.github.com/mudler/LocalAI/pull/5090)l/5090 * chore(model gallery): add tesslate_tessa-t1-7b by @​mudl[https://github.com/mudler/LocalAI/pull/5091](https://redirect.github.com/mudler/LocalAI/pull/5091)l/5091 * chore(model gallery): add tesslate_tessa-t1-3b by @​mudl[https://github.com/mudler/LocalAI/pull/5092](https://redirect.github.com/mudler/LocalAI/pull/5092)l/5092 * chore(model gallery): add chaoticneutrals_very_berry_qwen2_7b by @​mudl[https://github.com/mudler/LocalAI/pull/5093](https://redirect.github.com/mudler/LocalAI/pull/5093)l/5093 * chore(model gallery): add galactic-qwen-14b-exp1 by @​mudl[https://github.com/mudler/LocalAI/pull/5096](https://redirect.github.com/mudler/LocalAI/pull/5096)l/5096 * chore(model gallery): add forgotten-abomination-70b-v5.0 by @​mudl[https://github.com/mudler/LocalAI/pull/5097](https://redirect.github.com/mudler/LocalAI/pull/5097)l/5097 * chore(model gallery): add hammer2.0-7b by @​mudl[https://github.com/mudler/LocalAI/pull/5098](https://redirect.github.com/mudler/LocalAI/pull/5098)l/5098 ##### πŸ‘’ Dependencies * chore: :arrow_up: Update ggml-org/llama.cpp to `2eea03d86a2d132c8245468c26290ce07a27a8e8` by @​localai-b[https://github.com/mudler/LocalAI/pull/4839](https://redirect.github.com/mudler/LocalAI/pull/4839)l/4839 * chore(deps): Bump edgevpn to v0.30.1 by @​mudl[https://github.com/mudler/LocalAI/pull/4840](https://redirect.github.com/mudler/LocalAI/pull/4840)l/4840 * chore: :arrow_up: Update ggml-org/llama.cpp to `73e2ed3ce3492d3ed70193dd09ae8aa44779651d` by @​localai-b[https://github.com/mudler/LocalAI/pull/4854](https://redirect.github.com/mudler/LocalAI/pull/4854)l/4854 * chore: :arrow_up: Update ggml-org/llama.cpp to `63e489c025d61c7ca5ec06c5d10f36e2b76aaa1d` by @​localai-b[https://github.com/mudler/LocalAI/pull/4865](https://redirect.github.com/mudler/LocalAI/pull/4865)l/4865 * chore: :arrow_up: Update ggml-org/llama.cpp to `d04e7163c85a847bc61d58c22f2c503596db7aa8` by @​localai-b[https://github.com/mudler/LocalAI/pull/4870](https://redirect.github.com/mudler/LocalAI/pull/4870)l/4870 * chore: :arrow_up: Update ggml-org/llama.cpp to `c392e5094deaf2d1a7c18683214f007fad3fe42b` by @​localai-b[https://github.com/mudler/LocalAI/pull/4876](https://redirect.github.com/mudler/LocalAI/pull/4876)l/4876 * chore: :arrow_up: Update ggml-org/llama.cpp to `51f311e057723b7454d0ebe20f545a1a2c4db6b2` by @​localai-b[https://github.com/mudler/LocalAI/pull/4881](https://redirect.github.com/mudler/LocalAI/pull/4881)l/4881 * chore: :arrow_up: Update ggml-org/llama.cpp to `a28e0d5eb18c18e6a4598286158f427269b1444e` by @​localai-b[https://github.com/mudler/LocalAI/pull/4887](https://redirect.github.com/mudler/LocalAI/pull/4887)l/4887 * chore(stable-diffusion-ggml): update, adapt upstream changes by @​mudl[https://github.com/mudler/LocalAI/pull/4889](https://redirect.github.com/mudler/LocalAI/pull/4889)l/4889 * chore: :arrow_up: Update ggml-org/llama.cpp to `7ad0779f5de84a68143b2c00ab5dc94a948925d3` by @​localai-b[https://github.com/mudler/LocalAI/pull/4890](https://redirect.github.com/mudler/LocalAI/pull/4890)l/4890 * chore(deps): Bump appleboy/ssh-action from 1.2.0 to 1.2.1 by @​dependab[https://github.com/mudler/LocalAI/pull/4896](https://redirect.github.com/mudler/LocalAI/pull/4896)l/4896 * chore(deps): Bump docs/themes/hugo-theme-relearn from `66bc366` to `02bba0f` by @​dependab[https://github.com/mudler/LocalAI/pull/4898](https://redirect.github.com/mudler/LocalAI/pull/4898)l/4898 * chore: :arrow_up: Update ggml-org/llama.cpp to `7a2c913e66353362d7f28d612fd3c9d51a831eda` by @​localai-b[https://github.com/mudler/LocalAI/pull/4899](https://redirect.github.com/mudler/LocalAI/pull/4899)l/4899 * chore: :arrow_up: Update ggml-org/llama.cpp to `d7cfe1ffe0f435d0048a6058d529daf76e072d9c` by @​localai-b[https://github.com/mudler/LocalAI/pull/4908](https://redirect.github.com/mudler/LocalAI/pull/4908)l/4908 * chore: :arrow_up: Update ggml-org/llama.cpp to `a800ae46da2ed7dac236aa6bf2b595da6b6294b5` by @​localai-b[https://github.com/mudler/LocalAI/pull/4911](https://redirect.github.com/mudler/LocalAI/pull/4911)l/4911 * chore: :arrow_up: Update ggml-org/llama.cpp to `b95c8af37ccf169b0a3216b7ed691af0534e5091` by @​localai-b[https://github.com/mudler/LocalAI/pull/4916](https://redirect.github.com/mudler/LocalAI/pull/4916)l/4916 * chore: :arrow_up: Update ggml-org/llama.cpp to `06c2b1561d8b882bc018554591f8c35eb04ad30e` by @​localai-b[https://github.com/mudler/LocalAI/pull/4920](https://redirect.github.com/mudler/LocalAI/pull/4920)l/4920 * chore: :arrow_up: Update ggml-org/llama.cpp to `1782cdfed60952f9ff333fc2ab5245f2be702453` by @​localai-b[https://github.com/mudler/LocalAI/pull/4926](https://redirect.github.com/mudler/LocalAI/pull/4926)l/4926 * chore: :arrow_up: Update ggml-org/llama.cpp to `14dec0c2f29ae56917907dbf2eed6b19438d0a0e` by @​localai-b[https://github.com/mudler/LocalAI/pull/4932](https://redirect.github.com/mudler/LocalAI/pull/4932)l/4932 * chore(deps): Bump docs/themes/hugo-theme-relearn from `02bba0f` to `4a4b60e` by @​dependab[https://github.com/mudler/LocalAI/pull/4934](https://redirect.github.com/mudler/LocalAI/pull/4934)l/4934 * chore: :arrow_up: Update ggml-org/llama.cpp to `dfd6b2c0be191b3abe2fd9c1b25deff01c6249d8` by @​localai-b[https://github.com/mudler/LocalAI/pull/4936](https://redirect.github.com/mudler/LocalAI/pull/4936)l/4936 * chore: :arrow_up: Update ggml-org/llama.cpp to `5bbe6a9fe9a8796a9389c85accec89dbc4d91e39` by @​localai-b[https://github.com/mudler/LocalAI/pull/4943](https://redirect.github.com/mudler/LocalAI/pull/4943)l/4943 * chore(deps): update llama.cpp and sync with upstream changes by @​mudl[https://github.com/mudler/LocalAI/pull/4950](https://redirect.github.com/mudler/LocalAI/pull/4950)l/4950 * chore: :arrow_up: Update ggml-org/llama.cpp to `3d652bfddfba09022525067e672c3c145c074649` by @​localai-b[https://github.com/mudler/LocalAI/pull/4954](https://redirect.github.com/mudler/LocalAI/pull/4954)l/4954 * chore: :arrow_up: Update ggml-org/llama.cpp to `7ab364390f92b0b8d83f69821a536b424838f3f8` by @​localai-b[https://github.com/mudler/LocalAI/pull/4959](https://redirect.github.com/mudler/LocalAI/pull/4959)l/4959 * chore: :arrow_up: Update ggml-org/llama.cpp to `0fd7ca7a210bd4abc995cd728491043491dbdef7` by @​localai-b[https://github.com/mudler/LocalAI/pull/4963](https://redirect.github.com/mudler/LocalAI/pull/4963)l/4963 * chore: :arrow_up: Update ggml-org/llama.cpp to `1e2f78a00450593e2dfa458796fcdd9987300dfc` by @​localai-b[https://github.com/mudler/LocalAI/pull/4966](https://redirect.github.com/mudler/LocalAI/pull/4966)l/4966 * chore(deps): Bump intel-extension-for-pytorch from 2.3.110+xpu to 2.6.10+xpu in /backend/python/diffusers by @​dependab[https://github.com/mudler/LocalAI/pull/4973](https://redirect.github.com/mudler/LocalAI/pull/4973)l/4973 * chore(deps): Bump appleboy/ssh-action from 1.2.1 to 1.2.2 by @​dependab[https://github.com/mudler/LocalAI/pull/4978](https://redirect.github.com/mudler/LocalAI/pull/4978)l/4978 * chore(deps): Bump docs/themes/hugo-theme-relearn from `4a4b60e` to `9a020e7` by @​dependab[https://github.com/mudler/LocalAI/pull/4988](https://redirect.github.com/mudler/LocalAI/pull/4988)l/4988 * chore: :arrow_up: Update ggml-org/llama.cpp to `2c9f833d17bb5b8ea89dec663b072b5420fc5438` by @​localai-b[https://github.com/mudler/LocalAI/pull/4991](https://redirect.github.com/mudler/LocalAI/pull/4991)l/4991 * chore: :arrow_up: Update ggml-org/llama.cpp to `10f2e81809bbb69ecfe64fc8b4686285f84b0c07` by @​localai-b[https://github.com/mudler/LocalAI/pull/4996](https://redirect.github.com/mudler/LocalAI/pull/4996)l/4996 * chore: :arrow_up: Update ggml-org/llama.cpp to `80a02aa8588ef167d616f76f1781b104c245ace0` by @​localai-b[https://github.com/mudler/LocalAI/pull/5004](https://redirect.github.com/mudler/LocalAI/pull/5004)l/5004 * chore: :arrow_up: Update ggml-org/llama.cpp to `f08f4b3187b691bb08a8884ed39ebaa94e956707` by @​localai-b[https://github.com/mudler/LocalAI/pull/5006](https://redirect.github.com/mudler/LocalAI/pull/5006)l/5006 * chore: :arrow_up: Update ggml-org/llama.cpp to `84d547554123a62e9ac77107cb20e4f6cc503af4` by @​localai-b[https://github.com/mudler/LocalAI/pull/5011](https://redirect.github.com/mudler/LocalAI/pull/5011)l/5011 * chore: :arrow_up: Update ggml-org/llama.cpp to `9f2250ba722738ec0e6ab684636268a79160c854` by @​localai-b[https://github.com/mudler/LocalAI/pull/5019](https://redirect.github.com/mudler/LocalAI/pull/5019)l/5019 * chore: :arrow_up: Update ggml-org/llama.cpp to `f4c3dd5daa3a79f713813cf1aabdc5886071061d` by @​localai-b[https://github.com/mudler/LocalAI/pull/5022](https://redirect.github.com/mudler/LocalAI/pull/5022)l/5022 * chore: :arrow_up: Update ggml-org/llama.cpp to `8ba95dca2065c0073698afdfcda4c8a8f08bf0d9` by @​localai-b[https://github.com/mudler/LocalAI/pull/5026](https://redirect.github.com/mudler/LocalAI/pull/5026)l/5026 * chore: :arrow_up: Update ggml-org/llama.cpp to `b1b132efcba216c873715c483809730bb253f4a1` by @​localai-b[https://github.com/mudler/LocalAI/pull/5029](https://redirect.github.com/mudler/LocalAI/pull/5029)l/5029 * chore: :arrow_up: Update ggml-org/llama.cpp to `d84635b1b085d54d6a21924e6171688d6e3dfb46` by @​localai-b[https://github.com/mudler/LocalAI/pull/5035](https://redirect.github.com/mudler/LocalAI/pull/5035)l/5035 * chore: :arrow_up: Update ggml-org/llama.cpp to `568013d0cd3d5add37c376b3d5e959809b711fc7` by @​localai-b[https://github.com/mudler/LocalAI/pull/5042](https://redirect.github.com/mudler/LocalAI/pull/5042)l/5042 * chore: :arrow_up: Update ggml-org/llama.cpp to `e04643063b3d240b8c0fdba98677dff6ba346784` by @​localai-b[https://github.com/mudler/LocalAI/pull/5047](https://redirect.github.com/mudler/LocalAI/pull/5047)l/5047 * chore: :arrow_up: Update ggml-org/llama.cpp to `4375415b4abf94fb36a5fd15f233ac0ee23c0bd1` by @​localai-b[https://github.com/mudler/LocalAI/pull/5052](https://redirect.github.com/mudler/LocalAI/pull/5052)l/5052 * chore: :arrow_up: Update ggml-org/llama.cpp to `ba932dfb50cc694645b1a148c72f8c06ee080b17` by @​localai-b[https://github.com/mudler/LocalAI/pull/5053](https://redirect.github.com/mudler/LocalAI/pull/5053)l/5053 * chore: :arrow_up: Update ggml-org/llama.cpp to `77f9c6bbe55fccd9ea567794024cb80943947901` by @​localai-b[https://github.com/mudler/LocalAI/pull/5062](https://redirect.github.com/mudler/LocalAI/pull/5062)l/5062 * chore: :arrow_up: Update ggml-org/llama.cpp to `c95fa362b3587d1822558f7e28414521075f254f` by @​localai-b[https://github.com/mudler/LocalAI/pull/5068](https://redirect.github.com/mudler/LocalAI/pull/5068)l/5068 * chore: :arrow_up: Update ggml-org/llama.cpp to `ef19c71769681a0b3dde6bc90911728376e5d236` by @​localai-b[https://github.com/mudler/LocalAI/pull/5073](https://redirect.github.com/mudler/LocalAI/pull/5073)l/5073 * chore: :arrow_up: Update ggml-org/llama.cpp to `b3298fa47a2d56ae892127ea038942ab1cada190` by @​localai-b[https://github.com/mudler/LocalAI/pull/5077](https://redirect.github.com/mudler/LocalAI/pull/5077)l/5077 * chore: :arrow_up: Update ggml-org/llama.cpp to `5dec47dcd411fdf815a3708fd6194e2b13d19006` by @​localai-b[https://github.com/mudler/LocalAI/pull/5079](https://redirect.github.com/mudler/LocalAI/pull/5079)l/5079 * chore: :arrow_up: Update ggml-org/llama.cpp to `b4ae50810e4304d052e630784c14bde7e79e4132` by @​localai-b[https://github.com/mudler/LocalAI/pull/5085](https://redirect.github.com/mudler/LocalAI/pull/5085)l/5085 * chore: :arrow_up: Update ggml-org/llama.cpp to `0bb2919335d00ff0bc79d5015da95c422de51f03` by @​localai-b[https://github.com/mudler/LocalAI/pull/5095](https://redirect.github.com/mudler/LocalAI/pull/5095)l/5095 * chore: :arrow_up: Update ggml-org/llama.cpp to `4663bd353c61c1136cd8a97b9908755e4ab30cec` by @​localai-b[https://github.com/mudler/LocalAI/pull/5100](https://redirect.github.com/mudler/LocalAI/pull/5100)l/5100 ##### Other Changes * docs: :arrow_up: update docs version mudler/LocalAI by @​localai-b[https://github.com/mudler/LocalAI/pull/4834](https://redirect.github.com/mudler/LocalAI/pull/4834)l/4834 * feat: improve ui models list in the index by @​mudl[https://github.com/mudler/LocalAI/pull/4863](https://redirect.github.com/mudler/LocalAI/pull/4863)l/4863 * fix(ui): not all models comes from gallery by @​mudl[https://github.com/mudler/LocalAI/pull/4915](https://redirect.github.com/mudler/LocalAI/pull/4915)l/4915 * Revert "chore(deps): Bump intel-extension-for-pytorch from 2.3.110+xpu to 2.6.10+xpu in /backend/python/diffusers" by @​mudl[https://github.com/mudler/LocalAI/pull/4992](https://redirect.github.com/mudler/LocalAI/pull/4992)l/4992 * chore(deps): Bump grpcio to 1.71.0 by @​mudl[https://github.com/mudler/LocalAI/pull/4993](https://redirect.github.com/mudler/LocalAI/pull/4993)l/4993 * fix: ensure git-lfs is present by @​dave-gray1[https://github.com/mudler/LocalAI/pull/5078](https://redirect.github.com/mudler/LocalAI/pull/5078)l/5078
##### New Contributors * @​bhulsken made their first contributi[https://github.com/mudler/LocalAI/pull/4837](https://redirect.github.com/mudler/LocalAI/pull/4837)l/4837 * @​TheDropZone made their first contributi[https://github.com/mudler/LocalAI/pull/4855](https://redirect.github.com/mudler/LocalAI/pull/4855)l/4855 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.26.0...v2.27.0
--- ### 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 | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 14b838d22f1..10106d2abd5 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.26.0 +appVersion: 2.27.0 dependencies: - name: common version: 25.4.10 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 11.56.0 +version: 11.65.0 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index a1d8b251fbc..4271f31b82d 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,39 +1,39 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0@sha256:695fa926c240629e7b613c715c81a52c1d917c4dfc457e7df4bb1e840cdcd688 + tag: v2.27.0@sha256:3a43cff852914e827dd783bc0c282b2c621c41a4cf0555808d77376f5846437c ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-ffmpeg-core@sha256:08609f9dcb475e4f9766b47946971f82677640aaf72d9fe87570f48a66cc5160 + tag: v2.27.0-ffmpeg-core@sha256:f4030755af63fc1b607bd83f8230d3faacb7ce4caa2e5fbfefe4167045c63138 cublasCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-cublas-cuda12-core@sha256:401182fb89331816cad41df71093673e0c1835ed0bf8b6237bbabbe9793135d5 + tag: v2.27.0-cublas-cuda12-core@sha256:4c9633eeb2a0dd9198ffda7b68834a6bd714ae276f9d34e27ffa4a1f1b5d5749 cublasCuda12FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-cublas-cuda12-ffmpeg-core@sha256:7ef847f9f6662147b607f6065d491c16317dae79273d3895349d64b73b32db4f + tag: v2.27.0-cublas-cuda12-ffmpeg-core@sha256:1c381bab3cee60debbc94e73ad43017a20944ad05a3ac8c9fe229f10f1e1c3ba cublasCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-cublas-cuda11-core@sha256:d1fce914aa139c3add4fdf61e9795aaf1dd558c6c8dce7e7935b2379786e0f20 + tag: v2.27.0-cublas-cuda11-core@sha256:f798156045e4f2f167adf0cf2ee4428b1863eadc234349c42e2c7dbcc8b64b67 cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-cublas-cuda11-ffmpeg-core@sha256:93af01a2c3a34cf9f256979d2b2e9dc28631171da656c71d8436325ada93e7f0 + tag: v2.27.0-cublas-cuda11-ffmpeg-core@sha256:41fba75f830532615aab58ab8baca2234714f68be58b26005e9eeab33607a851 allInOneCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-aio-gpu-nvidia-cuda-12@sha256:7b8372d25b5745132eb60cf9c8145834bc26909d82544be6b62200b9f5911d4a + tag: v2.27.0-aio-gpu-nvidia-cuda-12@sha256:a7912acd1e80b3d779ba31783ae40728b5be371d3d22db1f2b03f8ad6407afdb allInOneCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-aio-gpu-nvidia-cuda-11@sha256:1989b7dea62d8e7cf8e6f7344930997e0ad63038b101060c1771e5141d69768f + tag: v2.27.0-aio-gpu-nvidia-cuda-11@sha256:90c00c5094287ae3500c971dc42099a25bcdcb333528a7c1cb2ae0f84688f0ec allInOneCpuImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.26.0-aio-cpu@sha256:ef10c1e19e9a4537dbe4313da147958b00782eee759f721753d16f4657636f15 + tag: v2.27.0-aio-cpu@sha256:534b9ff2d2875d77cedcb7017af821af9668b7906f916e49efbd7c30b7dc37ff securityContext: container: runAsNonRoot: false