Update torch

This commit is contained in:
Ahmet Öner
2022-11-17 03:33:55 +01:00
parent ef3de7eabf
commit 25c75ff64c
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@@ -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 = [

View File

@@ -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"