Select Git revision
CHANGELOG.md
-
Ahmet Öner authoredAhmet Öner authored
CHANGELOG.md 8.55 KiB
Changelog
1.8.1 (2025-02-17)
Fixed
- Fixed issues with Torch CUDA and cuDNN
1.8.0 (2025-02-17)
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
1.7.1 (2024-12-18)
Fixed
- Fix JSON serialization of segments due to Faster Whisper v1.1.0 changes
1.7.0 (2024-12-17)
Added
- Timeout configured to allow model to be unloaded when idle
- 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
1.6.0 (2024-10-06)
Changed
- Upgraded
- openai/whisper@v20240930
- fastapi to v0.115.0
- uvicorn to v0.31.0
- tqdm to v4.66.5
- python-multipart to v0.0.12