Skip to content

Commit

Permalink
Add cudnn and cublas dependencies for GPU support
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-beng committed Sep 26, 2024
1 parent 2f1ea0c commit 8bf366d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 40 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ readme = "README.md"
python = "^3.10"
dane = "^0.4.3"
faster-whisper = "^1.0.1"
nvidia-cudnn-cu12 = "^8"
nvidia-cublas-cu12 = "^12.6.1.4"

[tool.poetry.group.dev.dependencies]
moto = "^5.0.13"
Expand Down

0 comments on commit 8bf366d

Please sign in to comment.