From e5bd7d69dabaef1d1ddd946941971920a1a7314c Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 10:55:01 +0900 Subject: [PATCH] Updated whisper --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38fa1a8..9d72f21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -499,13 +499,13 @@ dev = ["pytest"] [package.source] type = "git" url = "https://github.com/openai/whisper.git" -reference = '15ab54826343c27cfaf44ce31e9c8fb63d0aa775' -resolved_reference = "15ab54826343c27cfaf44ce31e9c8fb63d0aa775" +reference = '8cf36f3508c9acd341a45eb2364239a3d81458b9' +resolved_reference = "8cf36f3508c9acd341a45eb2364239a3d81458b9" [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0" -content-hash = "de8dff7b8ec8ef1a642936016b590f84c93a9d801bfd00ef84f1613b15ccf8d5" +content-hash = "0f0a8569bdbf956e2a0a648725e65a33e51c2a38ba8d54df8fdb5c317a64c7d6" [metadata.files] black = [ diff --git a/pyproject.toml b/pyproject.toml index a745825..80abe9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "whisper_streaming"}] [tool.poetry.dependencies] 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" pydantic = "^1.10.2"