Updated whisper

This commit is contained in:
Yuta Hayashibe 2022-09-24 10:55:01 +09:00
parent 92d50a1c95
commit e5bd7d69da
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -499,13 +499,13 @@ dev = ["pytest"]
[package.source] [package.source]
type = "git" type = "git"
url = "https://github.com/openai/whisper.git" url = "https://github.com/openai/whisper.git"
reference = '15ab54826343c27cfaf44ce31e9c8fb63d0aa775' reference = '8cf36f3508c9acd341a45eb2364239a3d81458b9'
resolved_reference = "15ab54826343c27cfaf44ce31e9c8fb63d0aa775" resolved_reference = "8cf36f3508c9acd341a45eb2364239a3d81458b9"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
content-hash = "de8dff7b8ec8ef1a642936016b590f84c93a9d801bfd00ef84f1613b15ccf8d5" content-hash = "0f0a8569bdbf956e2a0a648725e65a33e51c2a38ba8d54df8fdb5c317a64c7d6"
[metadata.files] [metadata.files]
black = [ black = [

View file

@ -8,7 +8,7 @@ packages = [{include = "whisper_streaming"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8,<4.0" python = ">=3.8,<4.0"
whisper = {git = "https://github.com/openai/whisper.git", rev = '15ab54826343c27cfaf44ce31e9c8fb63d0aa775'} whisper = {git = "https://github.com/openai/whisper.git", rev = '8cf36f3508c9acd341a45eb2364239a3d81458b9'}
sounddevice = "^0.4.5" sounddevice = "^0.4.5"
pydantic = "^1.10.2" pydantic = "^1.10.2"