mirror of
https://github.com/ahmetoner/whisper-asr-webservice.git
synced 2023-04-14 03:48:29 +03:00
Update torch
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -716,7 +716,7 @@ resolved_reference = "eff383b27b783e280c089475852ba83f20f64998"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "6823c7a87d90d3ab1706baf8d97eb72eb5cbc9dfb7981bc42a7889c69eab6f0e"
|
||||
content-hash = "9f0092b1075495124cf973279e077cffe9251ddfd97095c318569ca3c1c4a4ee"
|
||||
|
||||
[metadata.files]
|
||||
anyio = [
|
||||
|
||||
@@ -17,6 +17,7 @@ python = "^3.9"
|
||||
unidecode = "^1.3.4"
|
||||
uvicorn = { extras = ["standard"], version = "^0.18.2" }
|
||||
gunicorn = "^20.1.0"
|
||||
torch = "1.13.0"
|
||||
whisper = {git = "https://github.com/openai/whisper.git", rev="eff383b27b783e280c089475852ba83f20f64998"}
|
||||
tqdm = "^4.64.1"
|
||||
transformers = "^4.22.1"
|
||||
|
||||
Reference in New Issue
Block a user