Releases: ahmetoner/whisper-asr-webservice
Releases · ahmetoner/whisper-asr-webservice
v1.2.1
Enabled
- Enabled
vad_filter
forfaster-whisper
engine
Changed
- Changed misspelling in "Word level timestamps"
- Removed unused unidecode dependency
- Upgraded
- uvicorn to v0.23.2
- gunicorn to v21.0.1
- tqdm to v4.66.1
- python-multipart to v0.0.6
- fastapi to v0.104.1
- llvmlite to v0.41.1
- numba to v0.58.0
What's Changed
- Upgrade whisper by @ahmetoner in #136
- Release 1.2.0 by @ahmetoner in #137
- Enhance faster_whisper Engine by @EvilFreelancer in #128
- Upgrade dependencies by @ahmetoner in #151
New Contributors
- @EvilFreelancer made their first contribution in #128
Full Changelog: v1.1.1...v1.2.1
v1.2.0
Changed
- Upgraded
Added
- Added Word-Level Timestamps option for OpenAI Whisper
Updated
- Updated model conversion method (for Faster Whisper) to use Hugging Face downloader
- Updated default model paths to
~/.cache/whisper
.- For customization, modify the
ASR_MODEL_PATH
environment variable. - Ensure Docker volume is set for the corresponding directory to use caching.
docker run -d -p 9000:9000 -e ASR_MODEL_PATH=/data/whisper -v ./yourlocaldir:/data/whisper onerahmet/openai-whisper-asr-webservice:latest
- For customization, modify the
- Removed the
triton
dependency frompoetry.lock
to ensure the stability of the pipeline forARM-based
Docker images
v1.1.1
What's Changed
- 94 gpus that dont support float16 by @ahmetoner in #103
- Update compute type by @ahmetoner in #108
- Add word level functionality for Faster Whisper by @ahmetoner in #109
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Docs by @ahmetoner in #72
- Fix language code typo by @ahmetoner in #77
- Adds support for FasterWhisper by @alienware in #81
- Add an optional param to skip the encoding step by @ayancey in #82
- Faster whisper by @ahmetoner in #92
New Contributors
- @alienware made their first contribution in #81
- @ayancey made their first contribution in #82
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- Update README.md by @Dalesjo in #58
- 68 update the versions by @ahmetoner in #69
- Fix gunicorn run command and remove deprecated poetry run script by @ahmetoner in #70
- Move torch installation method into the pyproject.toml file by @ahmetoner in #71
- Add prompt to ASR by @vijaim in #66
New Contributors
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- 43 make swagger doc not depend on internet connection by @ahmetoner in #52
- Add new large model v2 by @ahmetoner in #53
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- 43 make swagger doc not depend on internet connection by @ahmetoner in #51
- Anally retentively fixed markdown linting warnings in README. Sorry. by @drnic in #48
- Explicit MacOS readme with explanation for no-GPU [closes #44] by @drnic in #47
New Contributors
Full Changelog: v1.0.3-beta...v1.0.4
v1.0.3-beta
What's Changed
- Combine transcribe endpoints by @ahmetoner in #36
- Add multi worker support with gunicorn by @ahmetoner in #37
- Add multi platform (amd & arm) support by @ahmetoner in #39
- Upgrade Cuda version to 11.7 by @ahmetoner in #40
- Lock to the latest whisper version (eff383) by @ahmetoner in #41
Full Changelog: v1.0.2-beta...v1.0.3-beta
v1.0.2-beta
What's Changed
- add mutex lock to the model by @besimali in #19
- Subtitles by @besimali in #21
- Add gpu support and create Docker image for cuda with github flow by @ahmetoner in #22
Full Changelog: v1.0.1-beta...v1.0.2-beta
v1.0.1-beta
What's Changed
- Init GitHub runners by @ahmetoner in #10
- Lock Whisper dependency with b4308... revision number to prevent build crashes by @ahmetoner in #15
Full Changelog: 1.0.0-beta...v1.0.1-beta