Skip to content

Commit

Permalink
Update setup.py: replace libcudart.so.12.0 with libcudart.so.12
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Nov 18, 2023
1 parent 41f9379 commit 7d74d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def run(self):
"libcublasLt.so.11",
"libcublasLt.so.12",
"libcudart.so.11.0",
"libcudart.so.12.0",
"libcudart.so.12",
"libcudnn.so.8",
"libcufft.so.10",
"libcufft.so.11",
Expand Down

0 comments on commit 7d74d6b

Please sign in to comment.