-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e17658
commit 5e0b058
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log | ||
|
||
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/). | ||
|
||
## [1.1.5] - 2024-08-09 | ||
|
||
### Fixed | ||
|
||
- Fix model loading | ||
- Fix: Not all CPUs support the prev compute type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<![CDATA[ | ||
**Requires [`AppAPI`](https://github.com/cloud-py-api/app_api) to work.** | ||
]]></description> | ||
<version>1.1.4</version> | ||
<version>1.1.5</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> | ||
|
@@ -23,7 +23,7 @@ | |
<docker-install> | ||
<registry>ghcr.io</registry> | ||
<image>nextcloud/stt_whisper2</image> | ||
<image-tag>1.1.3</image-tag> | ||
<image-tag>1.1.5</image-tag> | ||
</docker-install> | ||
<scopes> | ||
<value>AI_PROVIDERS</value> | ||
|