Skip to content

Commit 4bf5ac1

Browse files
committed
Release 1.4.1
1 parent 9b41152 commit 4bf5ac1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Unreleased
55
----------
66

7+
[1.4.1] (2024-04-17)
8+
--------------------
9+
710
### Changed
811

912
- Upgraded torch to v1.13.1
@@ -183,6 +186,7 @@ Unreleased
183186
- mp3 support by using FFmpeg instead of librosa in #8
184187
- add language detection endpoint in #9
185188
189+
[1.4.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.1
186190
[1.4.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.0
187191
[1.3.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.3.0
188192
[1.2.4]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification. For more details: [github.com/openai/whisper](https://github.com/openai/whisper/)
88

99
## Features
10-
Current release (v1.4.0) supports following whisper models:
10+
Current release (v1.4.1) supports following whisper models:
1111

1212
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
1313
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v0.10.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/0.10.0)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification.
22

33
## Features
4-
Current release (v1.4.0) supports following whisper models:
4+
Current release (v1.4.1) supports following whisper models:
55

66
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
77
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v0.10.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/0.10.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whisper-asr-webservice"
3-
version = "1.5.0-dev"
3+
version = "1.4.1"
44
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
55
homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
66
license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"

0 commit comments

Comments
 (0)