From 6bc6852e79c1ec76148e3c4e2f6166432bad5950 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 25 Dec 2023 01:54:43 +0100 Subject: [PATCH] chore(deps): update container image quay.io/go-skynet/local-ai to v2.2.0 by renovate (#16499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/go-skynet/local-ai](https://togithub.com/mudler/LocalAI) | minor | `v2.1.0-cublas-cuda11-ffmpeg` -> `v2.2.0-cublas-cuda11-ffmpeg` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mudler/LocalAI (quay.io/go-skynet/local-ai) ### [`v2.2.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.2.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.1.0...v2.2.0) ##### What's Changed This release brings updates to the backends and includes a fix for recompilation of LocalAI with go-rwkv ([https://github.com/mudler/LocalAI/issues/1473](https://togithub.com/mudler/LocalAI/issues/1473)). To note, it also tries to reduce the image size by allowing some backends (transformers-based) to share the same environment. With this release inline templates and models as URLs are supported, for example: ```yaml name: mixtral parameters: model: https://huggingface.co/TheBloke/Mixtral-8x7B-v0.1-GGUF/resolve/main/mixtral-8x7b-v0.1.Q2_K.gguf ##### or huggingface://TheBloke/Mixtral-8x7B-v0.1-GGUF/mixtral-8x7b-v0.1.Q2_K.gguf@main template: completion: | Complete the following: {{.Input}} ``` ##### Exciting New Features 🎉 - docs: automatically track latest versions by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1451](https://togithub.com/mudler/LocalAI/pull/1451) - feat: inline templates and accept URLs in models by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1452](https://togithub.com/mudler/LocalAI/pull/1452) - feat(conda): share envs with transformer-based backends by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1465](https://togithub.com/mudler/LocalAI/pull/1465) ##### 👒 Dependencies - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1450](https://togithub.com/mudler/LocalAI/pull/1450) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1455](https://togithub.com/mudler/LocalAI/pull/1455) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1457](https://togithub.com/mudler/LocalAI/pull/1457) - :arrow_up: Update ggerganov/whisper.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1462](https://togithub.com/mudler/LocalAI/pull/1462) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1461](https://togithub.com/mudler/LocalAI/pull/1461) - :arrow_up: Update donomii/go-rwkv.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1470](https://togithub.com/mudler/LocalAI/pull/1470) ##### Other Changes - How To (Updates and Fixes) by [@​lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1456](https://togithub.com/mudler/LocalAI/pull/1456) - Revert ":arrow_up: Update donomii/go-rwkv.cpp" by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1474](https://togithub.com/mudler/LocalAI/pull/1474) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.1.0...v2.2.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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 | 50 +++++++++++++++--------------- charts/stable/local-ai/values.yaml | 12 +++---- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index ecf872036c4f..b5a219ce60ae 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -1,37 +1,37 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: local-ai -version: 7.0.11 -appVersion: 2.1.0 +version: 7.6.0 +appVersion: 2.2.0 description: Self-hosted, community-driven, local OpenAI-compatible API. home: https://truecharts.org/charts/stable/local-ai icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png deprecated: false sources: - - https://quay.io/go-skynet/local-ai - - https://github.com/go-skynet/LocalAI - - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://quay.io/go-skynet/local-ai + - https://github.com/go-skynet/LocalAI maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - local-ai - - ai + - local-ai + - ai dependencies: - - name: common - version: 16.2.21 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.21 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: ai - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: ai + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index d9e97d75c5a5..7df90b67c882 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,27 +1,27 @@ image: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0@sha256:26cebbe29c20738663dad050557f72b4f74769722466ba988f82b17a02aa72e5 + tag: v2.2.0@sha256:f87e5c760a4a4d0d0cbf2b4999591b543937fd895cf7a00cb3cccc923ea3676b ffmpegImage: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0-ffmpeg@sha256:eb63b1ad478fd0fd284c2c2ed8c44eeecd04ab1ced67f227d184b71d16e2c5d8 + tag: v2.2.0-ffmpeg@sha256:f1a624383c66bc45531f4429faa0dc737b713444c1dbb44d15f70e6d884b2c4a cublasCuda12Image: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0-cublas-cuda12@sha256:c2f9e9c7bd8fb6172a753fa4aab2fef9ae6eee025df78d87ac2cc95868c2e7ba + tag: v2.2.0-cublas-cuda12@sha256:dd4b1e8d1d665c9672c35ca72da0de0305c3a0ee4dd5b2a4a0cb192216240f8c cublasCuda12FfmpegImage: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0-cublas-cuda12-ffmpeg@sha256:f0b3afa9e6c0f2d661516103e8ae0b8a388936ca240541198c80346f43d3bfeb + tag: v2.2.0-cublas-cuda12-ffmpeg@sha256:715098f264e5f9130efc74db72326173b7cac58ceb372514c8084bdc02e079c1 cublasCuda11Image: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0-cublas-cuda11@sha256:b6d705709ad186158d1d3d26751c328f53aa6dcd977f4ca0222ad26ffc250334 + tag: v2.2.0-cublas-cuda11@sha256:7c84ecf3e5c2ba07009b00bb6e0ff0cd2e392f5c635af7753e16c99b45a55fb1 cublasCuda11FfmpegImage: repository: quay.io/go-skynet/local-ai pullPolicy: IfNotPresent - tag: v2.1.0-cublas-cuda11-ffmpeg@sha256:0400c00c4753af9975d2ed35c3dd50d16e724c32ca68f2b48bd60ff2eaa1df2c + tag: v2.2.0-cublas-cuda11-ffmpeg@sha256:5d80034e465cb1113380c9bde582d53d5c1d75725a7ef376cb2fd1c03fce84d3 securityContext: container: runAsNonRoot: false