From 04ef4611a4333e068f49d45631e802bb13dd5644 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 14 Nov 2024 09:11:16 +0100 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 11 +++++++++++ Makefile | 4 ++-- appinfo/info.xml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db47597..6fe3542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.0] - 2024-11-14 + +### New + +- NVIDIA GPU support + +### Breaking changes + +- Ships with whisper large v3 instead of whisper large v2 +- Bump CUDA version to 12.2.x + ## [1.1.5] - 2024-08-09 ### Fixed diff --git a/Makefile b/Makefile index ccdbbac..9d323ec 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,13 @@ help: .PHONY: download-mnodels download-models: cd models \ - && git clone https://huggingface.co/Systran/faster-whisper-large-v2 \ + && git clone https://huggingface.co/Systran/faster-whisper-large-v3 \ && git clone https://huggingface.co/Systran/faster-whisper-medium.en .PHONY: build-push build-push: docker login ghcr.io - docker buildx build --push --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/nextcloud/stt_whisper2:1.1.5 . + docker buildx build --push --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/nextcloud/stt_whisper2:2.0.0 . .PHONY: deploy deploy: diff --git a/appinfo/info.xml b/appinfo/info.xml index f03b145..a32b44f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 1.1.5 + 2.0.0 MIT Marcel Klehr Alexander Piskun @@ -24,7 +24,7 @@ ghcr.io nextcloud/stt_whisper2 - 1.1.5 + 2.0.0 AI_PROVIDERS