Skip to content

Commit

Permalink
update cuda packages in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Nov 14, 2023
1 parent 27c8e37 commit fc68110
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 1 deletion.
168 changes: 167 additions & 1 deletion poetry.lock

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

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ black = "^23.11.0"
pyright = "^1.1.335"
pylint = "^3.0.2"
torch = "^2.0.0"
markupsafe = "2.1.3"
nvidia-cuda-nvrtc-cu12 = "12.1.105"
nvidia-cuda-runtime-cu12 = "12.1.105"
nvidia-cuda-cupti-cu12 = "12.1.105"
nvidia-cudnn-cu12 = "8.9.2.26"
nvidia-cublas-cu12 = "12.1.3.1"
nvidia-cufft-cu12 = "11.0.2.54"
nvidia-curand-cu12 = "10.3.2.106"
nvidia-cusolver-cu12 = "11.4.5.107"
nvidia-cusparse-cu12 = "12.1.0.106"
nvidia-nccl-cu12 = "2.18.1"
nvidia-nvtx-cu12 = "12.1.105"
triton = "2.1.0"
nvidia-nvjitlink-cu12 = "^12.3.52"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit fc68110

Please sign in to comment.