From d0244fee25def95b5a7816c6d39deab39dc48f4c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 19 Jun 2024 14:18:16 +0200 Subject: [PATCH] chore(deps): update container image docker.io/localai/localai to v2.17.1 by renovate (#23553) 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-cpu` -> `v2.17.1-aio-cpu` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-aio-gpu-nvidia-cuda-11` -> `v2.17.1-aio-gpu-nvidia-cuda-11` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-cublas-cuda11-ffmpeg-core` -> `v2.17.1-cublas-cuda11-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-cublas-cuda11-core` -> `v2.17.1-cublas-cuda11-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-cublas-cuda12-ffmpeg-core` -> `v2.17.1-cublas-cuda12-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-cublas-cuda12-core` -> `v2.17.1-cublas-cuda12-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0-ffmpeg-core` -> `v2.17.1-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.17.0` -> `v2.17.1` | --- > [!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 these updates 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 | 4 ++-- charts/stable/local-ai/values.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index b4fb0a4237d..feaade60fd1 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.17.0 +appVersion: 2.17.1 dependencies: - name: common version: 24.1.1 @@ -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.1 +version: 11.10.9 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 7125b647758..c54dfac11c8 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,27 +1,27 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0@sha256:e95de574f4197653e8018f4ee779ae07c5270f85c9da39b520f8ca22a44b5fdc + tag: v2.17.1@sha256:05ba253f25480c87cdaa032c1b339b6b8121ae785bb8880cd9bb9b50aac5f315 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-ffmpeg-core@sha256:178d1f2cb53fba46c025584760616872fe92c3b338bb18e5099f1db859652a5c + tag: v2.17.1-ffmpeg-core@sha256:1228933ed913618754724b314257359f547860205a7e39f262d27deaa2b2bd35 cublasCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-cublas-cuda12-core@sha256:8b7d0a67a50a417bb15f89981a781fb9ae1f61608c8c8ee75c3a3ff363b22c3d + tag: v2.17.1-cublas-cuda12-core@sha256:275af7b66c4dd290e079bfe8b05005317f69d38fe209b2206aab3f21be56eae4 cublasCuda12FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-cublas-cuda12-ffmpeg-core@sha256:0cee2d9b5e515e9ffdfd67d435e620438d2aa620f4f416d0644e20554fd7ff5a + tag: v2.17.1-cublas-cuda12-ffmpeg-core@sha256:b08a7fe4d92aaf346704ab515d5fe7b0dae021cba1a02df0c57cdda884059b58 cublasCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-cublas-cuda11-core@sha256:a4fa1281d14ecd0b8c4ab23911b1b96e1423a4d082754d778205f6ca944abc9f + tag: v2.17.1-cublas-cuda11-core@sha256:19b48b55407dad78b56435ab19a87fe55ad09b5338df35a06261868fba04a2ce cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-cublas-cuda11-ffmpeg-core@sha256:1337ab3d1b5897287df4c25360d82ff1bbd98e4988a7061f57b713cd7d429cec + tag: v2.17.1-cublas-cuda11-ffmpeg-core@sha256:a3249d2e366407be99fef8b5fa699cc6607bb40d7a4bfcfe80ffaebcb15a8e11 allInOneCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent @@ -29,11 +29,11 @@ allInOneCuda12Image: allInOneCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-aio-gpu-nvidia-cuda-11@sha256:55cae9206dc8dcc4740f854ef1f17bb19a1d639333673d88de597303e520fef1 + tag: v2.17.1-aio-gpu-nvidia-cuda-11@sha256:68c1aced181282bd39ece7f3ad4eae6b0140f672c1c8c4119f694f352730e8b4 allInOneCpuImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.17.0-aio-cpu@sha256:e06e1f8af3f7a64fcdef8e34bcb5dbb3447ab4e800a99fc99a9a925057521988 + tag: v2.17.1-aio-cpu@sha256:a98a793f17dc01c4cf20b1b22155f80dfdd81e58f14e8e714101741ae0976b35 securityContext: container: runAsNonRoot: false