mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update localai to version v2.28.0 (#2613)
This commit is contained in:
parent
2a175de789
commit
661a6250a2
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
PROXY_AUTH_WHITELIST: "/v1/*"
|
||||
api:
|
||||
image: localai/localai:v2.27.0-aio-cpu@sha256:534b9ff2d2875d77cedcb7017af821af9668b7906f916e49efbd7c30b7dc37ff
|
||||
image: localai/localai:v2.28.0-aio-cpu@sha256:4931cc2c44743bbd3cb26be43930e8df832c84d41c8ce263d96b437e9f077f09
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
|
||||
interval: 1m
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: localai
|
||||
category: ai
|
||||
name: LocalAI
|
||||
version: "v2.27.0"
|
||||
version: "v2.28.0"
|
||||
tagline: Drop-in OpenAI replacement
|
||||
description: >-
|
||||
LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that's compatible with OpenAI API specifications for local inferencing.
|
||||
@ -17,7 +17,16 @@ description: >-
|
||||
|
||||
|
||||
Also, before running a model, make sure your device has enough free RAM to support it. Attempting to run a model that exceeds your available memory could cause your device to crash or become unresponsive. Always check the model requirements before downloading or starting it.
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This release brings exciting updates to LocalAI:
|
||||
|
||||
- New LocalAI logo and branding
|
||||
- SYCL support added for stablediffusion.cpp
|
||||
- WebUI enhancements for improved user experience
|
||||
- Support for the Lumina model family for image generation
|
||||
- Bug fixes, including issues related to LOCALAI_SINGLE_ACTIVE_BACKEND
|
||||
|
||||
Full release notes can be found at https://github.com/mudler/LocalAI/releases
|
||||
developer: Ettore Di Giacinto
|
||||
website: https://localai.io/
|
||||
dependencies: []
|
||||
|
Loading…
Reference in New Issue
Block a user