Update libretranslate to v1.6.1 (#1517)

This commit is contained in:
Nathan Fretz 2024-09-24 10:29:39 +10:00 committed by GitHub
parent c01d317d9e
commit c1ed0db7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 5000
PROXY_AUTH_ADD: "false"
main:
image: libretranslate/libretranslate:v1.6.0@sha256:9c82daffc4d4e79129f21c00ef3183bdef7d5d3e305accacd689d946f7b0dfa9
image: libretranslate/libretranslate:v1.6.1@sha256:0a0959ff057259f769a49ec92f968095e5bbd689aef436b9159a5ef8319dc65f
restart: on-failure
## Log to docker compose logs. This allows you to see the model download progress when first installing.

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: libretranslate
category: ai
name: LibreTranslate
version: "1.6.0"
version: "1.6.1"
tagline: Free and Open Source machine translation API
description: >-
⚠️ This app may take up to 10 minutes or more to become accessible after installation, depending on your hardware and internet connection. LibreTranslate must first download around 10 GB of translation models in the background before the UI becomes available. Please be patient.
@ -29,11 +29,9 @@ submitter: highghlow
submission: https://github.com/getumbrel/umbrel/pull/1040
releaseNotes: >-
This update includes several improvements and new features:
- Updated Argos Translate to v1.9.4.
- Updated Dockerfile base image to Python v3.11.9.
- Upgraded to Argos Translate v1.9.6.
- Updated CUDA Dockerfile to CUDA 12.
- Added support for alternative translations.
- Added support for alternative translations
- Improved localization for Japanese and Basque languages
- Updated documentation and README
Full release notes are found at https://github.com/LibreTranslate/LibreTranslate/releases.
Full release notes are found at https://github.com/LibreTranslate/LibreTranslate/releases