Skip to content
Snippets Groups Projects
Select Git revision
  • a87af5853d17216f6fc790b25901aec066656fa8
  • main default protected
2 results

CHANGELOG.md

Blame
  • CHANGELOG.md 4.55 KiB

    Changelog

    Unreleased

    1.2.2 (2023-11-03)

    Fixed

    • Fixed swagger-ui rendering issues by upgrading to v5.9.1, fixes #153 and #154

    1.2.1 (2023-11-03)

    Enabled

    • Enabled vad_filter for faster-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

    1.2.0 (2023-10-01)

    Changed

    Updated

    • Updated model conversion method (for Faster Whisper) to use Hugging Face downloader
    • Updated default model paths to ~/.cache/whisper or /root/.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 $PWD/yourlocaldir:/data/whisper onerahmet/openai-whisper-asr-webservice:latest
    • Removed the triton dependency from poetry.lock to ensure the stability of the pipeline for ARM-based Docker images

    1.1.1 (2023-05-29)

    Changed

    • 94 gpus that don't support float16 in #103
    • Update compute type in #108
    • Add word level functionality for Faster Whisper in #109

    1.1.0 (2023-04-17)

    Changed

    • Docs in #72
    • Fix language code typo in #77
    • Adds support for FasterWhisper in #81
    • Add an optional param to skip the encoding step in #82
    • Faster whisper in #92

    1.0.6 (2023-02-05)

    Changed

    • Update README.md in #58
    • 68 update the versions in #69
    • Fix gunicorn run command and remove deprecated poetry run script in #70
    • Move torch installation method into the pyproject.toml file in #71
    • Add prompt to ASR in #66

    1.0.5 (2022-12-08)

    Changed

    • 43 make swagger doc not depend on internet connection in #52
    • Add new large model v2 in #53

    1.0.4 (2022-11-28)

    Changed

    • 43 make swagger doc not depend on internet connection in #51
    • Anally retentively fixed markdown linting warnings in README. Sorry. in #48
    • Explicit macOS readme with explanation for no-GPU [closes #44] in #47