From ddca97a5120802d5dd709a81b6319503abb858b8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Jun 2024 20:18:10 +0200 Subject: [PATCH] chore(deps): update container image docker.io/localai/localai to v2.17.1@4d8b84a by renovate (#23568) 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://togithub.com/mudler/LocalAI) | patch | `v2.17.0-aio-gpu-nvidia-cuda-12` -> `v2.17.1-aio-gpu-nvidia-cuda-12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mudler/LocalAI (docker.io/localai/localai) ### [`v2.17.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.17.1) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.17.0...v2.17.1) #### Highlights This is a patch release to address issues with Linux single binary releases. It also adds support for Stable diffusion 3! ##### Stable diffusion 3 You can use Stable diffusion 3 by installing the model in the gallery (`stable-diffusion-3-medium`) or by placing this YAML file in the model folder: ```yaml backend: diffusers diffusers: cuda: true enable_parameters: negative_prompt,num_inference_steps pipeline_type: StableDiffusion3Pipeline f16: false name: sd3 parameters: model: v2ray/stable-diffusion-3-medium-diffusers step: 25 ``` You can try then generating an image: http://localhost:9091/v1/images/generations -H "Content-Type: application/json" -d '{ "prompt": "A cute baby sea otter", "model": "sd3" } Example result: ![b64514236520](https://togithub.com/mudler/LocalAI/assets/2420543/a31612ad-8730-401a-8e58-688295713ee5) #### What's Changed ##### Bug fixes :bug: - fix(single-binary): bundle ld.so by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2602](https://togithub.com/mudler/LocalAI/pull/2602) ##### Exciting New Features 🎉 - feat(sd-3): add stablediffusion 3 support by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2591](https://togithub.com/mudler/LocalAI/pull/2591) - feat(talk): display an informative box, better colors by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/2600](https://togithub.com/mudler/LocalAI/pull/2600) ##### 📖 Documentation and examples - :arrow_up: Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2593](https://togithub.com/mudler/LocalAI/pull/2593) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2594](https://togithub.com/mudler/LocalAI/pull/2594) ##### Other Changes - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/2603](https://togithub.com/mudler/LocalAI/pull/2603) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.17.0...v2.17.1
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/local-ai/Chart.yaml | 2 +- charts/stable/local-ai/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index bbd2aa92047..a193e9ce6d8 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -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.10.11 +version: 11.10.12 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 4c8c36bf8d8..d710e0996a0 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -25,7 +25,7 @@ cublasCuda11FfmpegImage: allInOneCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-aio-gpu-nvidia-cuda-12@sha256:529549e7fb8e93dbe6f336dc2854ebf1b4e989948e53029b90eb670e2b08df83 + tag: v2.17.1-aio-gpu-nvidia-cuda-12@sha256:4d8b84a627791ea96194c3499374a2df492aeed698db4751ec427666293ddc9c allInOneCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent