Skip to content
Snippets Groups Projects
Commit 0726c41a authored by Ahmet Öner's avatar Ahmet Öner
Browse files

Release 1.8.0

parent 7bc3c2e0
No related branches found
No related tags found
No related merge requests found
Changelog Changelog
========= =========
Unreleased [1.8.0] (2025-02-17)
---------- --------------------
### Added
- Added support for [whisperX](https://github.com/m-bain/whisperX)@[v3.1.1](https://github.com/m-bain/whisperX/releases/tag/v3.1.1)
### Changed
- Upgraded Cuda GPU image to v12.6.3
- Upgraded dependencies
- torch to v2.6.0
- fastapi to v0.115.8
- llvmlite to v0.44.0
- numba to v0.61.0
- ruff to v0.9.6
- black to v25.1.0
- mkdocs-material to v9.6.4
- pymdown-extensions to v10.14.3
[1.7.1] (2024-12-18) [1.7.1] (2024-12-18)
-------------------- --------------------
...@@ -246,6 +263,7 @@ Unreleased ...@@ -246,6 +263,7 @@ Unreleased
- mp3 support by using FFmpeg instead of librosa in #8 - mp3 support by using FFmpeg instead of librosa in #8
- add language detection endpoint in #9 - add language detection endpoint in #9
[1.8.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.0
[1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1 [1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1
[1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0 [1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0
[1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0 [1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0
......
...@@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models ...@@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
## Features ## Features
Current release (v1.7.1) supports following whisper models: Current release (v1.8.0) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930) - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)
......
...@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ...@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
## Features ## Features
Current release (v1.7.1) supports following whisper models: Current release (v1.8.0) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930) - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)
......
[tool.poetry] [tool.poetry]
name = "whisper-asr-webservice" name = "whisper-asr-webservice"
version = "1.8.0-dev" version = "1.8.0"
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice." description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
homepage = "https://github.com/ahmetoner/whisper-asr-webservice/" homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE" license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment