Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Nov 14, 2024
1 parent 4ca8f89 commit 04ef461
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<![CDATA[
**Requires [`AppAPI`](https://github.com/cloud-py-api/app_api) to work.**
]]></description>
<version>1.1.5</version>
<version>2.0.0</version>
<licence>MIT</licence>
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -24,7 +24,7 @@
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/stt_whisper2</image>
<image-tag>1.1.5</image-tag>
<image-tag>2.0.0</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down

0 comments on commit 04ef461

Please sign in to comment.