Skip to content

Commit 5ee9169

Browse files
authored
Merge pull request #288 from ahmetoner/release-1.8.2
Release 1.8.2
2 parents 338faaf + b02f27f commit 5ee9169

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
Unreleased
55
----------
66

7+
[1.8.2] (2025-02-18)
8+
--------------------
9+
710
### Changed
811

912
- Reduced GPU image size by using `nvidia/cuda:12.6.3-base-ubuntu22.04`
@@ -278,6 +281,7 @@ Unreleased
278281
- mp3 support by using FFmpeg instead of librosa in #8
279282
- add language detection endpoint in #9
280283
284+
[1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2
281285
[1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1
282286
[1.8.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.0
283287
[1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
99

1010
## Features
1111

12-
Current release (v1.8.1) supports following whisper models:
12+
Current release (v1.8.2) supports following whisper models:
1313

1414
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
1515
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
22

33
## Features
44

5-
Current release (v1.8.1) supports following whisper models:
5+
Current release (v1.8.2) supports following whisper models:
66

77
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
88
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)

0 commit comments

Comments
 (0)