Skip to content

Commit

Permalink
Update torch version for cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetoner committed Feb 5, 2023
1 parent 3f11377 commit 70541ab
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 115 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.git
.venv
poetry.lock
139 changes: 26 additions & 113 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-multipart = "^0.0.5"
ffmpeg-python = "^0.2.0"
fastapi = "^0.85.0"
fastapi-offline-swagger-ui = { git = "https://github.com/ahmetoner/fastapi-offline-swagger-ui" }
torch="^1.13.0"
torch = "1.12.0"
openai-whisper = { git = "https://github.com/openai/whisper.git", tag = "v20230124" }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 70541ab

Please sign in to comment.