Skip to content

Releases: ahmetoner/whisper-asr-webservice

v1.9.1

01 Jul 19:14

Choose a tag to compare

Fixed

  • Fixed Whisperx diarization pipeline initialization
  • Fixed Whisperx language detection

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

29 Jun 01:02
59fa33c

Choose a tag to compare

Discord Server

🎉 Join our Discord Community! Connect with other users, get help, and stay updated on the latest features: https://discord.gg/4Q5YVrePzZ

Changed

What's Changed

Full Changelog: v1.8.2...v1.9.0

v1.8.2

18 Feb 00:59

Choose a tag to compare

What's Changed

  • Reduced GPU image size by using nvidia/cuda:12.6.3-base-ubuntu22.04 in #287

Full Changelog: v1.8.1...v1.8.2

v1.8.1

18 Feb 00:05

Choose a tag to compare

What's Changed

Fixed

  • Fix issues with Torch CUDA and cuDNN, fixes #283 and #284 by @ahmetoner in #285
  • Updated Torch and Torchaudio dependencies for multi-architecture support

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 Feb 01:32

Choose a tag to compare

Added

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

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

18 Dec 22:07

Choose a tag to compare

What's Changed

  • Fix JSON serialization of segments due to Faster Whisper v1.1.0 changes by @ahmetoner in #265

Full Changelog: v1.7.0...v1.7.1

v1.7.0

17 Dec 00:39

Choose a tag to compare

Added

  • Timeout configured to allow model to be unloaded when idle

    MODEL_IDLE_TIMEOUT=300

    Defaults to 0. After no activity for this period (in seconds), unload the model until it is requested again. Setting
    0 disables the timeout, keeping the model loaded indefinitely.

  • Added detection confidence to langauge detection endpoint

  • Set mel generation to adjust n_dims automatically to match the loaded model

  • Refactor classes, Add comments, implement abstract methods, and add factory method for engine selection

Changed

  • Upgraded
    • SYSTRAN/faster-whisper to v1.1.0
    • uvicorn to v0.34.0
    • tqdm to v4.67.1
    • python-multipart to v0.0.20
    • fastapi to v0.115.6
    • pytest to v8.3.4
    • ruff to v0.8.3
    • black to v24.10.0
    • mkdocs to v1.6.1
    • mkdocs-material to v9.5.49
    • pymdown-extensions to v10.12

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

06 Oct 16:30
b3daab8

Choose a tag to compare

Changed

  • Upgraded

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Jul 16:40

Choose a tag to compare

Changed

  • Upgraded
    • SYSTRAN/faster-whisper to v1.0.3
    • fastapi to v0.111.0
    • uvicorn to v0.30.1
    • gunicorn to v22.0.0
    • tqdm to v4.66.4
    • llvmlite to v0.43.0
    • numba to v0.60.0

Full Changelog: v1.4.1...v1.5.0

v1.4.1

16 Apr 23:29

Choose a tag to compare

Changed

  • Upgraded torch to v1.13.1

What's Changed

Full Changelog: v1.4.0...v1.4.1