File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Unreleased
5
- ----------
4
+ [ 1.7.0 ] (2024-12-17)
5
+ --------------------
6
6
7
7
### Added
8
8
@@ -239,6 +239,7 @@ Unreleased
239
239
- mp3 support by using FFmpeg instead of librosa in #8
240
240
- add language detection endpoint in #9
241
241
242
+ [1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0
242
243
[1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0
243
244
[1.5.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.5.0
244
245
[1.4.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
9
9
10
10
## Features
11
11
12
- Current release (v1.6 .0) supports following whisper models:
12
+ Current release (v1.7 .0) supports following whisper models:
13
13
14
14
- [ openai/whisper] ( https://github.com/openai/whisper ) @[ v20240930] ( https://github.com/openai/whisper/releases/tag/v20240930 )
15
15
- [ SYSTRAN/faster-whisper] ( https://github.com/SYSTRAN/faster-whisper ) @[ v1.0.3] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
2
2
3
3
## Features
4
4
5
- Current release (v1.6 .0) supports following whisper models:
5
+ Current release (v1.7 .0) supports following whisper models:
6
6
7
7
- [ openai/whisper] ( https://github.com/openai/whisper ) @[ v20240930] ( https://github.com/openai/whisper/releases/tag/v20240930 )
8
8
- [ SYSTRAN/faster-whisper] ( https://github.com/SYSTRAN/faster-whisper ) @[ v1.0.3] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3 )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " whisper-asr-webservice"
3
- version = " 1.7.0-dev "
3
+ version = " 1.7.0"
4
4
description = " Whisper ASR Webservice is a general-purpose speech recognition webservice."
5
5
homepage = " https://github.com/ahmetoner/whisper-asr-webservice/"
6
6
license = " https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"
You can’t perform that action at this time.
0 commit comments