Skip to content
Snippets Groups Projects
Commit 6d557007 authored by Ahmet Oner's avatar Ahmet Oner
Browse files

Upgrade faster-whisper to v1.0.3

parent 22765007
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Unreleased ...@@ -7,7 +7,7 @@ Unreleased
### Changed ### Changed
- Upgraded - Upgraded
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v1.0.2](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.0.2) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper) to [v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.0.3)
- fastapi to v0.111.0 - fastapi to v0.111.0
- uvicorn to v0.30.1 - uvicorn to v0.30.1
- gunicorn to v22.0.0 - gunicorn to v22.0.0
... ...
......
...@@ -12,7 +12,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ...@@ -12,7 +12,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
Current release (v1.4.1) supports following whisper models: Current release (v1.4.1) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117) - [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.2](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.2) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)
## Quick Usage ## Quick Usage
... ...
......
...@@ -5,7 +5,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ...@@ -5,7 +5,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
Current release (v1.4.1) supports following whisper models: Current release (v1.4.1) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117) - [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.2](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.2) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)
## Quick Usage ## Quick Usage
... ...
......
...@@ -434,13 +434,13 @@ standard = ["fastapi", "uvicorn[standard] (>=0.15.0)"] ...@@ -434,13 +434,13 @@ standard = ["fastapi", "uvicorn[standard] (>=0.15.0)"]
[[package]] [[package]]
name = "faster-whisper" name = "faster-whisper"
version = "1.0.2" version = "1.0.3"
description = "Faster Whisper transcription with CTranslate2" description = "Faster Whisper transcription with CTranslate2"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "faster-whisper-1.0.2.tar.gz", hash = "sha256:54d9fc698f7c665e00a0d5ed65d6e975b72a8862b8214f20a22e79b115c41511"}, {file = "faster-whisper-1.0.3.tar.gz", hash = "sha256:1a145db86450b56aaa623c8df7d4ef86e8a1159900f60533e2890e98e8453a17"},
{file = "faster_whisper-1.0.2-py3-none-any.whl", hash = "sha256:d968c289222e766a49ed97eecec24e934bdef405183f57d6d434a364bb3569c1"}, {file = "faster_whisper-1.0.3-py3-none-any.whl", hash = "sha256:364d0e378ab232ed26f39656e5c98548b38045224e206b20f7d8c90e2745b9d3"},
] ]
[package.dependencies] [package.dependencies]
...@@ -2355,4 +2355,4 @@ files = [ ...@@ -2355,4 +2355,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "5b597d7795f7bacd9555645100e7705c1410e9e241b9335d7b0c2fb67c4e26eb" content-hash = "ca216a47240b1276ab93a3e5e9ec4105cc071e9515ec570b14dcb0ccf3ede419"
...@@ -24,7 +24,7 @@ fastapi = "^0.111.0" ...@@ -24,7 +24,7 @@ fastapi = "^0.111.0"
llvmlite = "^0.43.0" llvmlite = "^0.43.0"
numba = "^0.60.0" numba = "^0.60.0"
openai-whisper = "^20231117" openai-whisper = "^20231117"
faster-whisper = "^1.0.2" faster-whisper = "^1.0.3"
torch = [ torch = [
{ markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl" }, { markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl" },
{ markers = "sys_platform == 'linux' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl" }, { markers = "sys_platform == 'linux' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl" },
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment