File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Changelog
4
4
Unreleased
5
5
----------
6
6
7
+ [ 1.8.2] (2025-02-18)
8
+ --------------------
9
+
7
10
### Changed
8
11
9
12
- Reduced GPU image size by using ` nvidia/cuda:12.6.3-base-ubuntu22.04 `
@@ -278,6 +281,7 @@ Unreleased
278
281
- mp3 support by using FFmpeg instead of librosa in #8
279
282
- add language detection endpoint in #9
280
283
284
+ [1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2
281
285
[1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1
282
286
[1.8.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.0
283
287
[1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
9
9
10
10
## Features
11
11
12
- Current release (v1.8.1 ) supports following whisper models:
12
+ Current release (v1.8.2 ) 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.1.0] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0 )
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.8.1 ) supports following whisper models:
5
+ Current release (v1.8.2 ) 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.1.0] ( https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0 )
You can’t perform that action at this time.
0 commit comments