mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update setup.py: replace libcudart.so.12.0 with libcudart.so.12 (#18501)
This commit is contained in:
parent
97cc40d75a
commit
dc9ab4f821
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -196,7 +196,7 @@ try:
|
|||
"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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue